Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java461 long insertionPoint = mAccountsDb.reserveDebugDbInsertionPoint(); in testDumpDebugTable()
480 long insertionPoint = mAccountsDb.reserveDebugDbInsertionPoint(); in testReserveDebugDbInsertionPoint()
481 long insertionPoint2 = mAccountsDb.reserveDebugDbInsertionPoint(); in testReserveDebugDbInsertionPoint()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java1357 long reserveDebugDbInsertionPoint() { in reserveDebugDbInsertionPoint() method in AccountsDb
DAccountManagerService.java5496 long insertionPoint = userAccount.accountsDb.reserveDebugDbInsertionPoint();