Home | History | Annotate | Download | only in pm

Lines Matching refs:installLocation

882         public int installLocation = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY;
921 installLocation = source.readInt();
935 * Provide value of {@link PackageInfo#installLocation}, which may be used
939 public void setInstallLocation(int installLocation) {
940 this.installLocation = installLocation;
1073 pw.printPair("installLocation", installLocation);
1096 dest.writeInt(installLocation);