Searched refs:deleteAuthtokensByAccountIdAndType (Results 1 – 4 of 4) sorted by relevance
183 mAccountsDb.deleteAuthtokensByAccountIdAndType(accId, "type"); in testAuthTokenDeletes()186 mAccountsDb.deleteAuthtokensByAccountIdAndType(accId, "type2"); in testAuthTokenDeletes()
367 boolean deleteAuthtokensByAccountIdAndType(long accountId, String authtokenType) { in deleteAuthtokensByAccountIdAndType() method in AccountsDb
2489 accounts.accountsDb.deleteAuthtokensByAccountIdAndType(accountId, type); in saveAuthTokenToDatabase()
2404 PLcom/android/server/accounts/AccountsDb;->deleteAuthtokensByAccountIdAndType(JLjava/lang/String;)Z