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.java382 public String sourceDir; field in class:ApplicationInfo
387 * non-forward-locked apps this will be the same as {@link #sourceDir).
469 pw.println(prefix + "sourceDir=" + sourceDir);
470 if (sourceDir == null) {
474 } else if (!sourceDir.equals(publicSourceDir)) {
543 sourceDir = orig.sourceDir;
582 dest.writeString(sourceDir);
620 sourceDir
[all...]

Completed in 367 milliseconds