Searched refs:findAuthtokenForAllAccounts (Results 1 – 3 of 3) sorted by relevance
146 try (Cursor cursor = mAccountsDb.findAuthtokenForAllAccounts(account.type, "token")) { in testAuthTokenInsertFindDelete()149 try (Cursor cursor = mAccountsDb.findAuthtokenForAllAccounts(account.type, "nosuchtoken")) { in testAuthTokenInsertFindDelete()
332 Cursor findAuthtokenForAllAccounts(String accountType, String authToken) { in findAuthtokenForAllAccounts() method in AccountsDb
2641 Cursor cursor = accounts.accountsDb.findAuthtokenForAllAccounts(accountType, authToken); in invalidateAuthTokenLocked()