MCPcopy Create free account
hub / github.com/M66B/FairEmail / unlock

Method unlock

app/src/main/java/androidx/room/CopyLock.java:93–100  ·  view source on GitHub ↗

Releases the lock.

()

Source from the content-addressed store, hash-verified

91 * Releases the lock.
92 */
93 public void unlock() {
94 if (mLockChannel != null) {
95 try {
96 mLockChannel.close();
97 } catch (IOException ignored) { }
98 }
99 mThreadLock.unlock();
100 }
101
102 private static Lock getThreadLock(String key) {
103 synchronized (sThreadLocks) {

Callers 13

verifyDatabaseFileMethod · 0.95
OAuthRefreshMethod · 0.45
closeMethod · 0.45
runMethod · 0.45
syncTriggersMethod · 0.45
loadMethod · 0.45
loadMetadataMethod · 0.45
onMetadataLoadSuccessMethod · 0.45
onMetadataLoadFailedMethod · 0.45
registerInitCallbackMethod · 0.45
getLoadStateMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected