Searched refs:getTestAppFile (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | KeySetHostTest.java | 103 private File getTestAppFile(String fileName) throws FileNotFoundException { in getTestAppFile() method in KeySetHostTest 209 installResult = mDevice.installPackage(getTestAppFile(firstApk), in testPackageUpgrade() 216 installResult = mDevice.installPackage(getTestAppFile(secondApk), in testPackageUpgrade() 380 getTestAppFile(permDefApk), false, INSTALL_ARG_FORCE_QUERYABLE); in testKeyRotationPerm() 384 getTestAppFile(permUseApk), false, INSTALL_ARG_FORCE_QUERYABLE); in testKeyRotationPerm() 388 getTestAppFile(KEYSET_TEST_APP_APK), false); in testKeyRotationPerm() 402 installResult = mDevice.installPackage(getTestAppFile(upgradeApk), in testKeyRotationPerm() 470 String installResult = mDevice.installPackage(getTestAppFile(A_SIGNED_BAD_B_B_UPGRADE), in testBadUpgradeBadPubKey() 481 String installResult = mDevice.installPackage(getTestAppFile(C_SIGNED_BAD_A_AB_UPGRADE), in testBadUpgradeMissingPubKey() 492 String installResult = mDevice.installPackage(getTestAppFile(A_SIGNED_NO_B_B_UPGRADE), in testBadUpgradeNoPubKey()
|
D | ExternalStorageHostTest.java | 123 private File getTestAppFile(String fileName) throws FileNotFoundException { in getTestAppFile() method in ExternalStorageHostTest 195 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNone29() 218 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageRead29() 241 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageWrite() 267 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageNoGifts() 268 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNoGifts() 269 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageNoGifts() 301 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK_2), false, options)); in testCanAccessOtherObbDirs() 317 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testCanAccessOtherObbDirs() 349 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageUnsharedObb() [all …]
|
D | InstantCookieHostTest.java | 111 return getDevice().installPackage(getTestAppFile(apk), replace, in installPackage() 115 private File getTestAppFile(String fileName) throws FileNotFoundException { in getTestAppFile() method in InstantCookieHostTest
|