Searched refs:authtokenType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java355 boolean deleteAuthtokensByAccountIdAndType(long accountId, String authtokenType) { argument
359 new String[]{String.valueOf(accountId), authtokenType}) > 0;

Completed in 54 milliseconds