Home
last modified time | relevance | path

Searched refs:deleteAuthtokensByAccountIdAndType (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java183 mAccountsDb.deleteAuthtokensByAccountIdAndType(accId, "type"); in testAuthTokenDeletes()
186 mAccountsDb.deleteAuthtokensByAccountIdAndType(accId, "type2"); in testAuthTokenDeletes()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java367 boolean deleteAuthtokensByAccountIdAndType(long accountId, String authtokenType) { in deleteAuthtokensByAccountIdAndType() method in AccountsDb
H A DAccountManagerService.java2560 accounts.accountsDb.deleteAuthtokensByAccountIdAndType(accountId, type); in saveAuthTokenToDatabase()
/aosp12/frameworks/base/services/
H A Dart-profile5213 HPLcom/android/server/accounts/AccountsDb;->deleteAuthtokensByAccountIdAndType(JLjava/lang/String;)…