Searched refs:tokenType (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | TokenCache.java | 51 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()
|
D | AccountManagerService.java | 2395 String tokenType = tokenInfo.second; in invalidateAuthToken() local 2396 writeAuthTokenIntoCacheLocked(accounts, act, tokenType, null); in invalidateAuthToken() 2432 String tokenType, in saveCachedToken() argument 2436 if (account == null || tokenType == null || callerPkg == null || callerSigDigest == null) { in saveCachedToken() 2443 account, token, tokenType, callerPkg, callerSigDigest, expiryMillis); in saveCachedToken() 6008 String tokenType, 6013 account, tokenType, callingPackage, pkgSigDigest);
|
/frameworks/base/core/java/android/os/ |
D | PatternMatcher.java | 448 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/ |
D | vulkan.api | 6192 VkIndirectCommandsTokenTypeNVX tokenType 6199 VkIndirectCommandsTokenTypeNVX tokenType
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |