Home
last modified time | relevance | path

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

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