Searched refs:tokenType (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
H A DTokenCache.java51 public final String tokenType; field in class:TokenCache.Key
54 public Key(Account account, String tokenType, String packageName, byte[] sigDigest) { argument
56 this.tokenType = tokenType;
67 && Objects.equals(tokenType, cacheKey.tokenType)
78 ^ tokenType.hashCode()
183 * @param tokenType
191 String tokenType,
199 Key k = new Key(account, tokenType, packageNam
188 put( Account account, String token, String tokenType, String packageName, byte[] sigDigest, long expiryMillis) argument
219 get(Account account, String tokenType, String packageName, byte[] sigDigest) argument
[all...]
H A DAccountManagerService.java2384 String tokenType = tokenInfo.second;
2385 writeAuthTokenIntoCacheLocked(accounts, act, tokenType, null);
2421 String tokenType,
2425 if (account == null || tokenType == null || callerPkg == null || callerSigDigest == null) {
2432 account, token, tokenType, callerPkg, callerSigDigest, expiryMillis);
5953 String tokenType,
5958 account, tokenType, callingPackage, pkgSigDigest);
2416 saveCachedToken( UserAccounts accounts, Account account, String callerPkg, byte[] callerSigDigest, String tokenType, String token, long expiryMillis) argument
5950 readCachedTokenInternal( UserAccounts accounts, Account account, String tokenType, String callingPackage, byte[] pkgSigDigest) argument
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java438 int tokenType;
449 tokenType = TOKEN_TYPE_ANY;
454 tokenType = patternChar == PARSED_TOKEN_CHAR_SET_START
464 tokenType = TOKEN_TYPE_LITERAL;
503 int matched = matchChars(match, im, LM, tokenType, minRepetition, maxRepetition,
517 private static int matchChars(String match, int im, final int lm, int tokenType, argument
523 && matchChar(match, im + matched, lm, tokenType, parsedPattern, tokenStart,
531 private static boolean matchChar(String match, int im, final int lm, int tokenType, argument
536 switch (tokenType) {
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h5707 VkIndirectCommandsTokenTypeNVX tokenType; member in struct:VkIndirectCommandsTokenNVX
5713 VkIndirectCommandsTokenTypeNVX tokenType; member in struct:VkIndirectCommandsLayoutTokenNVX
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 259 milliseconds