Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTests.java137 PackageManagerHostTestUtils.InstallLocPreference.AUTO); in setUp()
235 public void installAppAutoLoc(PackageManagerHostTestUtils.InstallLocPreference preference, in installAppAutoLoc()
240 PackageManagerHostTestUtils.InstallLocPreference savedPref = in installAppAutoLoc()
241 PackageManagerHostTestUtils.InstallLocPreference.AUTO; in installAppAutoLoc()
272 installAppAutoLoc(PackageManagerHostTestUtils.InstallLocPreference.AUTO, in testInstallAppAutoLocPrefIsAuto()
293 installAppAutoLoc(PackageManagerHostTestUtils.InstallLocPreference.INTERNAL, in testInstallAppAutoLocPrefIsInternal()
314 installAppAutoLoc(PackageManagerHostTestUtils.InstallLocPreference.EXTERNAL, in testInstallAppAutoLocPrefIsExternal()
333 public void installAppInternalLoc(PackageManagerHostTestUtils.InstallLocPreference preference, in installAppInternalLoc()
338 PackageManagerHostTestUtils.InstallLocPreference savedPref = in installAppInternalLoc()
339 PackageManagerHostTestUtils.InstallLocPreference.AUTO; in installAppInternalLoc()
[all …]
DPackageManagerHostTestUtils.java67 public static enum InstallLocPreference { enum in PackageManagerHostTestUtils
849 public void setDevicePreferredInstallLocation(InstallLocPreference pref) throws IOException, in setDevicePreferredInstallLocation()
878 public InstallLocPreference getDevicePreferredInstallLocation() throws IOException, in getDevicePreferredInstallLocation()
882 return InstallLocPreference.AUTO; in getDevicePreferredInstallLocation()
885 return InstallLocPreference.INTERNAL; in getDevicePreferredInstallLocation()
888 return InstallLocPreference.EXTERNAL; in getDevicePreferredInstallLocation()