Home
last modified time | relevance | path

Searched defs:tokenType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java50 public final String tokenType; field in TokenCache.Key
53 public Key(Account account, String tokenType, String packageName, byte[] sigDigest) { in Key()
191 String tokenType, in put()
219 public Value get(Account account, String tokenType, String packageName, byte[] sigDigest) { in get()
DAccountManagerService.java2624 String tokenType = tokenInfo.second; in invalidateAuthToken() local
2661 String tokenType, in saveCachedToken()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DTs43Operation.java148 @TokenType int tokenType) { in Ts43Operation()