Home
last modified time | relevance | path

Searched refs:INSTALL_LOCATION_UNSPECIFIED (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java590 PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in sampleInstallFromRawResource()
1059 0, true, false, -1, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in testManifestInstallLocationUnspecified()
1209 false, -1, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in moveFromRawResource()
1298 false, -1, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in testMoveAppFailInternalToExternalDelete()
1506 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; in getExpectedInstallLocation()
1527 PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in setExistingXUserX()
1639 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; in testUserPrefOffUserI()
1651 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; in testUserPrefOffUserE()
1658 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; in testUserPrefOffA()
1863 false, -1, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in replaceCerts()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/
DApplicationPackageManagerTest.java193 PackageInfo.INSTALL_LOCATION_UNSPECIFIED}; in testGetCandidateVolumes_3rdParty_internalOnly()
/frameworks/base/core/java/android/content/pm/
DPackageInfo.java303 public static final int INSTALL_LOCATION_UNSPECIFIED = -1; field in PackageInfo
DApplicationInfo.java1081 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
DPackageParser.java313 PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java2180 || app.installLocation == PackageInfo.INSTALL_LOCATION_UNSPECIFIED)) { in isPackageCandidateVolume()