HomeSort by relevance Sort by last modified time
    Searched refs:ApkKey (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
ResourcesManager.java 93 private static class ApkKey {
98 ApkKey(String path, boolean sharedLib, boolean overlay) {
115 if (!(obj instanceof ApkKey)) {
118 ApkKey other = (ApkKey) obj;
127 private final LruCache<ApkKey, ApkAssets> mLoadedApkAssets = new LruCache<>(3);
133 private final ArrayMap<ApkKey, WeakReference<ApkAssets>> mCachedApkAssets = new ArrayMap<>();
312 final ApkKey newKey = new ApkKey(path, sharedLib, overlay);
    [all...]
  /frameworks/base/config/
preloaded-classes 328 android.app.ResourcesManager$ApkKey
    [all...]

Completed in 80 milliseconds