Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTests.java215 mPMHostUtils.installAppAndVerifyExistsOnSDCard( in doStandardInstall()
579 mPMHostUtils.installAppAndVerifyExistsOnSDCard( in testInstallAppNoLocPrefIsExternal()
767 mPMHostUtils.installAppAndVerifyExistsOnSDCard( in testReinstallInternalToExternal()
800 mPMHostUtils.installAppAndVerifyExistsOnSDCard( in testReinstallExternalToInternal()
832 mPMHostUtils.installAppAndVerifyExistsOnSDCard(getTestAppFilePath( in testUpdateBothExternal()
835 mPMHostUtils.installAppAndVerifyExistsOnSDCard(getTestAppFilePath( in testUpdateBothExternal()
864 mPMHostUtils.installAppAndVerifyExistsOnSDCard(getTestAppFilePath( in testUpdateToSDCard()
867 mPMHostUtils.installAppAndVerifyExistsOnSDCard(getTestAppFilePath( in testUpdateToSDCard()
896 mPMHostUtils.installAppAndVerifyExistsOnSDCard(getTestAppFilePath( in testUpdateSDCardToDevice()
995 mPMHostUtils.installAppAndVerifyExistsOnSDCard(getTestAppFilePath( in testInstallAndLaunchAllPermsAppOnSD()
[all …]
DPackageManagerHostTestUtils.java685 public void installAppAndVerifyExistsOnSDCard(String apkPath, String pkgName, boolean overwrite) in installAppAndVerifyExistsOnSDCard() method in PackageManagerHostTestUtils