HomeSort by relevance Sort by last modified time
    Searched refs:resDir (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 65 final String resDir; // where public activity source (public resources etc) located
122 if (!resDir.equals(baseDir)) pw.print(" res="); pw.print(resDir);
234 resDir = aInfo.applicationInfo.publicSourceDir;
297 resDir = null;
ServiceRecord.java 67 final String resDir; // where public activity source (public resources etc) located
201 if (!resDir.equals(baseDir)) pw.print(prefix); pw.print("resDir="); pw.println(resDir);
280 resDir = sInfo.applicationInfo.publicSourceDir;
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 529 sp<AaptDir> resDir(const String8& name);
AaptAssets.cpp     [all...]

Completed in 86 milliseconds