Searched refs:scanSourceDir (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java571 public String scanSourceDir; field in class:ApplicationInfo
904 scanSourceDir = orig.scanSourceDir;
960 dest.writeString(scanSourceDir);
1016 scanSourceDir = source.readString();
1211 /** {@hide} */ public void setCodePath(String codePath) { scanSourceDir = codePath; }
1218 /** {@hide} */ public String getCodePath() { return scanSourceDir; }

Completed in 31 milliseconds