Searched refs:deletedTokens (Results 1 – 1 of 1) sorted by relevance
2613 List<Pair<Account, String>> deletedTokens; in invalidateAuthToken() local2617 deletedTokens = invalidateAuthTokenLocked(accounts, accountType, authToken); in invalidateAuthToken()2623 for (Pair<Account, String> tokenInfo : deletedTokens) { in invalidateAuthToken()