Searched refs:testApk (Results 1 – 3 of 3) sorted by relevance
70 File testApk = getApk("SourceStampVerifierTest/original.apk"); in testSourceStamp_noStamp() local73 SourceStampVerifier.verify(testApk.getAbsolutePath()); in testSourceStamp_noStamp()
590 final File testApk = new File(partitionDir, "test.apk"); in testGetOverlayInfo() local591 FileUtils.copy(is, new FileOutputStream(testApk)); in testGetOverlayInfo()600 assertEquals(testApk.getPath(), info.path.getPath()); in testGetOverlayInfo()
627 final File testApk = new File(TEST_DATA_PATH, TEST_APP_APK); in testSetSplashScreenTheme_differentPackage_fails() local629 runShellCommand("pm install " + testApk); in testSetSplashScreenTheme_differentPackage_fails()