Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/am/
DServiceRecord.java70 final String resDir; // where public activity source (public resources etc) located field in ServiceRecord
DActivityRecord.java76 final String resDir; // where public activity source (public resources etc) located field in ActivityRecord
/frameworks/base/core/java/android/app/
DActivityThread.java1473 ResourcesKey(String resDir, float scale) { in ResourcesKey()
1558 Resources getTopLevelResources(String resDir, CompatibilityInfo compInfo) { in getTopLevelResources()
1617 Resources getTopLevelResources(String resDir, LoadedApk pkgInfo) { in getTopLevelResources()
/frameworks/base/tools/aapt/
DAaptAssets.cpp2590 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets