Searched defs:recommendedInstallLocation (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/content/pm/
H A DPackageInfoLite.java63 public int recommendedInstallLocation; field in class:PackageInfoLite
87 dest.writeInt(recommendedInstallLocation);
116 recommendedInstallLocation = source.readInt();

Completed in 116 milliseconds