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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java58 final String resDir; // where public activity source (public resources etc) located field in class:ServiceRecord
143 if (!resDir.equals(baseDir)) pw.print(" resDir="); pw.print(resDir);
211 resDir = sInfo.applicationInfo.publicSourceDir;
H A DHistoryRecord.java61 final String resDir; // where public activity source (public resources etc) located field in class:HistoryRecord
119 if (!resDir.equals(baseDir)) pw.print(" res="); pw.print(resDir);
223 resDir = aInfo.applicationInfo.publicSourceDir;
286 resDir = null;
/frameworks/base/core/java/android/app/
H A DActivityThread.java182 * @param resDir the resource directory.
186 Resources getTopLevelResources(String resDir, CompatibilityInfo compInfo) { argument
187 ResourcesKey key = new ResourcesKey(resDir, compInfo.applicationScale);
192 Slog.w(TAG, "getTopLevelResources: " + resDir + " / "
197 //if (r != null) Slog.i(TAG, "isUpToDate " + resDir + ": " + r.getAssets().isUpToDate());
200 Slog.w(TAG, "Returning cached resources " + r + " " + resDir
209 // + r + " " + resDir);
213 if (assets.addAssetPath(resDir) == 0) {
221 Slog.i(TAG, "Created app resources " + resDir + " " + r + ": "
245 Resources getTopLevelResources(String resDir, PackageInf argument
2197 ResourcesKey(String resDir, float scale) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.h529 sp<AaptDir> resDir(const String8& name);
H A DAaptAssets.cpp2019 sp<AaptDir> AaptAssets::resDir(const String8& name) function in class:AaptAssets

Completed in 34 milliseconds