Searched defs:resDir (Results 1 – 4 of 4) sorted by relevance
70 final String resDir; // where public activity source (public resources etc) located field in ServiceRecord
76 final String resDir; // where public activity source (public resources etc) located field in ActivityRecord
1473 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()
2590 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets