Searched refs:resDir (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java70 final String resDir; // where public activity source (public resources etc) located field in class:ServiceRecord
209 if (!resDir.equals(baseDir)) {
210 pw.print(prefix); pw.print("resDir="); pw.println(resDir);
293 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);
363 resDir = aInfo.applicationInfo.publicSourceDir;
439 resDir = null;
/frameworks/base/core/java/android/app/
H A DActivityThread.java1473 ResourcesKey(String resDir, float scale) { argument
1474 mResDir = resDir;
1554 * @param resDir the resource directory.
1558 Resources getTopLevelResources(String resDir, CompatibilityInfo compInfo) { argument
1559 ResourcesKey key = new ResourcesKey(resDir, compInfo.applicationScale);
1564 Slog.w(TAG, "getTopLevelResources: " + resDir + " / "
1569 //if (r != null) Slog.i(TAG, "isUpToDate " + resDir + ": " + r.getAssets().isUpToDate());
1572 Slog.w(TAG, "Returning cached resources " + r + " " + resDir
1581 // + r + " " + resDir);
1585 if (assets.addAssetPath(resDir)
1617 getTopLevelResources(String resDir, LoadedApk pkgInfo) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.h579 sp<AaptDir> resDir(const String8& name) const;
H A DAaptAssets.cpp2230 sp<AaptDir> rdir = resDir(resType);
2590 sp<AaptDir> AaptAssets::resDir(const String8& name) const function in class:AaptAssets

Completed in 170 milliseconds