Searched defs:mCachedResourcePaths (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLoadedApk.java498 private final String[][] mCachedResourcePaths; field in class:LoadedApk.SplitDependencyLoaderImpl
503 mCachedResourcePaths = new String[mSplitNames.length + 1][];
524 mCachedResourcePaths[0] = splitPaths.toArray(new String[splitPaths.size()]);
534 Collections.addAll(splitPaths, mCachedResourcePaths[parentSplitIdx]);
539 mCachedResourcePaths[splitIdx] = splitPaths.toArray(new String[splitPaths.size()]);
561 return mCachedResourcePaths[ensureSplitLoaded(splitName)];

Completed in 67 milliseconds