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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java71 final String resDir; // where public activity source (public resources etc) located field in class:ServiceRecord
210 if (!resDir.equals(baseDir)) {
211 pw.print(prefix); pw.print("resDir="); pw.println(resDir);
297 resDir = sInfo.applicationInfo.publicSourceDir;
H A DActivityRecord.java76 final String resDir; // where public activity source (public resources etc) located field in class:ActivityRecord
145 if (!resDir.equals(baseDir)) {
146 pw.print(prefix); pw.print("resDir="); pw.println(resDir);
373 resDir = aInfo.applicationInfo.publicSourceDir;
449 resDir = null;
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp2284 sp<AaptDir> rdir = resDir(resType);
2644 sp<AaptDir> AaptAssets::resDir(const String8& name) const function in class:AaptAssets
/frameworks/base/core/java/android/app/
H A DActivityThread.java1515 ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, float scale) { argument
1516 mResDir = resDir;
1651 * @param resDir the resource directory.
1655 Resources getTopLevelResources(String resDir, argument
1658 ResourcesKey key = new ResourcesKey(resDir,
1665 Slog.w(TAG, "getTopLevelResources: " + resDir + " / "
1670 //if (r != null) Slog.i(TAG, "isUpToDate " + resDir + ": " + r.getAssets().isUpToDate());
1673 Slog.w(TAG, "Returning cached resources " + r + " " + resDir
1682 // + r + " " + resDir);
1686 if (assets.addAssetPath(resDir)
1731 getTopLevelResources(String resDir, int displayId, Configuration overrideConfiguration, LoadedApk pkgInfo) argument
[all...]

Completed in 1313 milliseconds