Searched defs:sourceDir (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java37 public String sourceDir; field in class:InstrumentationInfo
41 * and manifest). For non-forward-locked apps this will be the same as {@link #sourceDir).
71 sourceDir = orig.sourceDir;
92 dest.writeString(sourceDir);
113 sourceDir = source.readString();
H A DApplicationInfo.java397 public String sourceDir; field in class:ApplicationInfo
402 * non-forward-locked apps this will be the same as {@link #sourceDir).
493 pw.println(prefix + "sourceDir=" + sourceDir);
494 if (sourceDir == null) {
498 } else if (!sourceDir.equals(publicSourceDir)) {
570 sourceDir = orig.sourceDir;
610 dest.writeString(sourceDir);
649 sourceDir
[all...]

Completed in 68 milliseconds