Searched refs:deleteAuthtokensByAccountIdAndType (Results 1 – 3 of 3) sorted by relevance
181 mAccountsDb.deleteAuthtokensByAccountIdAndType(accId, "type"); in testAuthTokenDeletes()184 mAccountsDb.deleteAuthtokensByAccountIdAndType(accId, "type2"); in testAuthTokenDeletes()
367 boolean deleteAuthtokensByAccountIdAndType(long accountId, String authtokenType) { in deleteAuthtokensByAccountIdAndType() method in AccountsDb
2690 accounts.accountsDb.deleteAuthtokensByAccountIdAndType(accountId, type); in saveAuthTokenToDatabase()