Searched refs:cacheKey (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationLoaders.java41 ClassLoader parent, String cacheKey,
62 ClassLoader loader = mLoaders.get(cacheKey);
79 mLoaders.put(cacheKey, classloader);
97 String cacheKey) {
105 cacheKey, null /* classLoaderName */);
39 getClassLoader(String zip, int targetSdkVersion, boolean isBundled, String librarySearchPath, String libraryPermittedPath, ClassLoader parent, String cacheKey, String classLoaderName) argument
96 createAndCacheWebViewClassLoader(String packagePath, String libsPath, String cacheKey) argument
/frameworks/base/services/core/java/com/android/server/accounts/
H A DTokenCache.java64 Key cacheKey = (Key) o;
65 return Objects.equals(account, cacheKey.account)
66 && Objects.equals(packageName, cacheKey.packageName)
67 && Objects.equals(tokenType, cacheKey.tokenType)
68 && Arrays.equals(sigDigest, cacheKey.sigDigest);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java133 int cacheKey;
137 cacheKey = (int) (gmtOffset + 36 * DateUtils.HOUR_IN_MILLIS);
139 cacheKey = (int) (gmtOffset - 36 * DateUtils.HOUR_IN_MILLIS);
147 displayName = mGmtDisplayNameCache.get(cacheKey);
184 mGmtDisplayNameCache.put(cacheKey, displayName);
/frameworks/base/core/java/com/android/internal/os/
H A DWebViewZygoteInit.java72 protected void handlePreloadPackage(String packagePath, String libsPath, String cacheKey) { argument
79 packagePath, libsPath, cacheKey);
H A DZygoteConnection.java292 protected void handlePreloadPackage(String packagePath, String libsPath, String cacheKey) { argument
/frameworks/base/core/java/android/webkit/
H A DWebViewZygote.java129 public static void onWebViewProviderChanged(PackageInfo packageInfo, String cacheKey) { argument
132 sPackageCacheKey = cacheKey;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DSdkUtil.java128 String key = cacheKey(classDesc, methodDesc);
144 final String key = cacheKey(classDesc, methodOrFieldDesc);
149 private static String cacheKey(String classDesc, String methodOrFieldDesc) { method in class:SdkUtil.ApiChecker
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java480 boolean isFramework, String cacheKey, BridgeContext context) throws IOException {
482 NinePatchChunk chunk = Bridge.getCached9Patch(cacheKey,
484 Bitmap bitmap = Bridge.getCachedBitmap(cacheKey,
496 Bridge.setCached9Patch(cacheKey, chunk,
505 Bridge.setCachedBitmap(cacheKey, bitmap,
479 getNinePatchDrawable(InputStream inputStream, Density density, boolean isFramework, String cacheKey, BridgeContext context) argument
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusView.java293 static String cacheKey; field in class:KeyguardStatusView.Patterns
304 if (key.equals(cacheKey)) return;
319 cacheKey = key;
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java247 final String cacheKey = getCacheKey(context.getUserId(), handle);
248 LookupResult lookupResult = mPeopleCache.get(cacheKey);
466 final String cacheKey = getCacheKey(mContext.getUserId(), handle);
467 mPeopleCache.put(cacheKey, lookupResult);
/frameworks/base/core/java/android/os/
H A DZygoteProcess.java491 public boolean preloadPackageForAbi(String packagePath, String libsPath, String cacheKey, argument
507 state.writer.write(cacheKey);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1129 final String cacheKey = getCacheKey(packageFile, flags);
1130 final File cacheFile = new File(mCacheDir, cacheKey);
1171 final String cacheKey = getCacheKey(packageFile, flags);
1172 final File cacheFile = new File(mCacheDir, cacheKey);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/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. ...

Completed in 572 milliseconds