Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTests.java136 mPMHostUtils.setDevicePreferredInstallLocation( in setUp()
245 mPMHostUtils.setDevicePreferredInstallLocation(preference); in installAppAutoLoc()
251 mPMHostUtils.setDevicePreferredInstallLocation(savedPref); in installAppAutoLoc()
343 mPMHostUtils.setDevicePreferredInstallLocation(preference); in installAppInternalLoc()
349 mPMHostUtils.setDevicePreferredInstallLocation(savedPref); in installAppInternalLoc()
442 mPMHostUtils.setDevicePreferredInstallLocation(preference); in installAppExternalLoc()
449 mPMHostUtils.setDevicePreferredInstallLocation(savedPref); in installAppExternalLoc()
541 mPMHostUtils.setDevicePreferredInstallLocation( in testInstallAppNoLocPrefIsAuto()
548 mPMHostUtils.setDevicePreferredInstallLocation(savedPref); in testInstallAppNoLocPrefIsAuto()
577 mPMHostUtils.setDevicePreferredInstallLocation( in testInstallAppNoLocPrefIsExternal()
[all …]
DPackageManagerHostTestUtils.java849 public void setDevicePreferredInstallLocation(InstallLocPreference pref) throws IOException, in setDevicePreferredInstallLocation() method in PackageManagerHostTestUtils