Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ run
Method
run
app/src/main/java/androidx/room/AutoCloser.java:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
private
final
Runnable mExecuteAutoCloser =
new
Runnable() {
84
@Override
85
public
void
run() {
86
mExecutor.execute(mAutoCloser);
87
}
88
};
89
90
// Package private for access from mExecuteAutoCloser
Callers
1
runInTransaction
Method · 0.45
Calls
4
reThrow
Method · 0.95
execute
Method · 0.45
isOpen
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected