Home
last modified time | relevance | path

Searched refs:mDebugStatementLock (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java187 final Object mDebugStatementLock = new Object(); field in AccountsDb
1349 synchronized (mDebugStatementLock) { in closeDebugStatement()
H A DAccountManagerService.java5240 synchronized (userAccount.accountsDb.mDebugStatementLock) {