Searched refs:installAppAndVerifyExistsOnDevice (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/hosttests/src/android/net/ |
D | DownloadManagerHostTests.java | 85 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/ |
D | PackageManagerHostTests.java | 211 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()
|
D | PackageManagerHostTestUtils.java | 722 public void installAppAndVerifyExistsOnDevice(String apkPath, String pkgName, boolean overwrite) in installAppAndVerifyExistsOnDevice() method in PackageManagerHostTestUtils
|