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

/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java41 public String sourceDir; field in class:InstrumentationInfo
45 * and manifest). For non-forward-locked apps this will be the same as {@link #sourceDir).
68 sourceDir = orig.sourceDir;
88 dest.writeString(sourceDir);
108 sourceDir = source.readString();
H A DApplicationInfo.java296 public String sourceDir; field in class:ApplicationInfo
301 * non-forward-locked apps this will be the same as {@link #sourceDir).
365 pw.println(prefix + "sourceDir=" + sourceDir);
416 sourceDir = orig.sourceDir;
447 dest.writeString(sourceDir);
478 sourceDir = source.readString();

Completed in 149 milliseconds