MCPcopy 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

runInTransactionMethod · 0.45

Calls 4

reThrowMethod · 0.95
executeMethod · 0.45
isOpenMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected