Home
last modified time | relevance | path

Searched refs:InstallLocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTests.java206 PackageManagerHostTestUtils.InstallLocation expectedLocation) in doStandardInstall()
210 if (expectedLocation == PackageManagerHostTestUtils.InstallLocation.DEVICE) { in doStandardInstall()
236 PackageManagerHostTestUtils.InstallLocation expectedLocation) in installAppAutoLoc()
273 PackageManagerHostTestUtils.InstallLocation.DEVICE); in testInstallAppAutoLocPrefIsAuto()
294 PackageManagerHostTestUtils.InstallLocation.DEVICE); in testInstallAppAutoLocPrefIsInternal()
315 PackageManagerHostTestUtils.InstallLocation.DEVICE); in testInstallAppAutoLocPrefIsExternal()
334 PackageManagerHostTestUtils.InstallLocation expectedLocation) in installAppInternalLoc()
372 PackageManagerHostTestUtils.InstallLocation.DEVICE); in testInstallAppInternalLocPrefIsAuto()
393 PackageManagerHostTestUtils.InstallLocation.DEVICE); in testInstallAppInternalLocPrefIsInternal()
414 PackageManagerHostTestUtils.InstallLocation.DEVICE); in testInstallAppInternalLocPrefIsExternal()
[all …]
DPackageManagerHostTestUtils.java74 public static enum InstallLocation { enum in PackageManagerHostTestUtils