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