Home
last modified time | relevance | path

Searched refs:reserveDebugDbInsertionPoint (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java463 long insertionPoint = mAccountsDb.reserveDebugDbInsertionPoint(); in testDumpDebugTable()
482 long insertionPoint = mAccountsDb.reserveDebugDbInsertionPoint(); in testReserveDebugDbInsertionPoint()
483 long insertionPoint2 = mAccountsDb.reserveDebugDbInsertionPoint(); in testReserveDebugDbInsertionPoint()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java1357 long reserveDebugDbInsertionPoint() { in reserveDebugDbInsertionPoint() method in AccountsDb
H A DAccountManagerService.java5405 long insertionPoint = userAccount.accountsDb.reserveDebugDbInsertionPoint();