Searched refs:tokenType (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | TokenCache.java | 50 public final String tokenType; field in TokenCache.Key 53 public Key(Account account, String tokenType, String packageName, byte[] sigDigest) { in Key() argument 55 this.tokenType = tokenType; in Key() 66 && Objects.equals(tokenType, cacheKey.tokenType) in equals() 77 ^ tokenType.hashCode() in hashCode() 191 String tokenType, in put() argument 199 Key k = new Key(account, tokenType, packageName, sigDigest); in put() 219 public Value get(Account account, String tokenType, String packageName, byte[] sigDigest) { in get() argument 220 Key k = new Key(account, tokenType, packageName, sigDigest); in get()
|
D | AccountManagerService.java | 2625 String tokenType = tokenInfo.second; in invalidateAuthToken() local 2626 writeAuthTokenIntoCacheLocked(accounts, act, tokenType, null); in invalidateAuthToken() 2662 String tokenType, in saveCachedToken() argument 2666 if (account == null || tokenType == null || callerPkg == null || callerSigDigest == null) { in saveCachedToken() 2672 account, token, tokenType, callerPkg, callerSigDigest, expiryMillis); in saveCachedToken() 6406 String tokenType, 6411 account, tokenType, callingPackage, pkgSigDigest);
|
/frameworks/base/core/java/android/os/ |
D | PatternMatcher.java | 492 int tokenType; 503 tokenType = TOKEN_TYPE_ANY; 508 tokenType = patternChar == PARSED_TOKEN_CHAR_SET_START 518 tokenType = TOKEN_TYPE_LITERAL; 557 int matched = matchChars(match, im, LM, tokenType, minRepetition, maxRepetition, 571 private static int matchChars(String match, int im, final int lm, int tokenType, 577 && matchChar(match, im + matched, lm, tokenType, parsedPattern, tokenStart, 585 private static boolean matchChar(String match, int im, final int lm, int tokenType, 590 switch (tokenType) {
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/ |
D | Ts43Operation.java | 148 @TokenType int tokenType) { in Ts43Operation() argument 157 if (tokenType == TOKEN_TYPE_NORMAL) { in Ts43Operation() 159 } else if (tokenType == TOKEN_TYPE_TEMPORARY) { in Ts43Operation() 162 throw new IllegalArgumentException("Invalid token type " + tokenType); in Ts43Operation() 164 mTokenType = tokenType; in Ts43Operation()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |