Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java51 public final String tokenType; field in TokenCache.Key
54 public Key(Account account, String tokenType, String packageName, byte[] sigDigest) { in Key() argument
56 this.tokenType = tokenType; in Key()
67 && Objects.equals(tokenType, cacheKey.tokenType) in equals()
78 ^ tokenType.hashCode() in hashCode()
192 String tokenType, in put() argument
200 Key k = new Key(account, tokenType, packageName, sigDigest); in put()
220 public String get(Account account, String tokenType, String packageName, byte[] sigDigest) { in get() argument
221 Key k = new Key(account, tokenType, packageName, sigDigest); in get()
DAccountManagerService.java2422 String tokenType = tokenInfo.second; in invalidateAuthToken() local
2423 writeAuthTokenIntoCacheLocked(accounts, act, tokenType, null); in invalidateAuthToken()
2459 String tokenType, in saveCachedToken() argument
2463 if (account == null || tokenType == null || callerPkg == null || callerSigDigest == null) { in saveCachedToken()
2470 account, token, tokenType, callerPkg, callerSigDigest, expiryMillis); in saveCachedToken()
6032 String tokenType,
6037 account, tokenType, callingPackage, pkgSigDigest);
/frameworks/base/core/java/android/os/
DPatternMatcher.java448 int tokenType;
459 tokenType = TOKEN_TYPE_ANY;
464 tokenType = patternChar == PARSED_TOKEN_CHAR_SET_START
474 tokenType = TOKEN_TYPE_LITERAL;
513 int matched = matchChars(match, im, LM, tokenType, minRepetition, maxRepetition,
527 private static int matchChars(String match, int im, final int lm, int tokenType,
533 && matchChar(match, im + matched, lm, tokenType, parsedPattern, tokenStart,
541 private static boolean matchChar(String match, int im, final int lm, int tokenType,
546 switch (tokenType) {
/frameworks/native/vulkan/api/
Dvulkan.api6192 VkIndirectCommandsTokenTypeNVX tokenType
6199 VkIndirectCommandsTokenTypeNVX tokenType