Home
last modified time | relevance | path

Searched refs:installAppAndVerifyExistsOnDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/hosttests/src/android/net/
DDownloadManagerHostTests.java85 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(), in testLargeDownloadOverWiFi()
102 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(), in testDownloadManagerSingleReboot()
124 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(), in testDownloadManagerMultipleReboots()
157 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(), in testDownloadMultipleWiFiEnableDisable()
172 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(), in testDownloadMultipleSwitching()
187 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(), in testDownloadMultipleAirplaneModeEnableDisable()
202 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(), in testDownloadMultipleSimultaneously()
/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTests.java211 mPMHostUtils.installAppAndVerifyExistsOnDevice( in doStandardInstall()
543 mPMHostUtils.installAppAndVerifyExistsOnDevice( in testInstallAppNoLocPrefIsAuto()
615 mPMHostUtils.installAppAndVerifyExistsOnDevice( in testInstallAppNoLocPrefIsInternal()
764 mPMHostUtils.installAppAndVerifyExistsOnDevice( in testReinstallInternalToExternal()
804 mPMHostUtils.installAppAndVerifyExistsOnDevice( in testReinstallExternalToInternal()
899 mPMHostUtils.installAppAndVerifyExistsOnDevice(getTestAppFilePath( in testUpdateSDCardToDevice()
DPackageManagerHostTestUtils.java722 public void installAppAndVerifyExistsOnDevice(String apkPath, String pkgName, boolean overwrite) in installAppAndVerifyExistsOnDevice() method in PackageManagerHostTestUtils