Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/util/apk/
H A DSourceStampVerifierTest.java70 File testApk = getApk("SourceStampVerifierTest/original.apk"); in testSourceStamp_noStamp() local
73 SourceStampVerifier.verify(testApk.getAbsolutePath()); in testSourceStamp_noStamp()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/
H A DOverlayConfigTest.java590 final File testApk = new File(partitionDir, "test.apk"); in testGetOverlayInfo() local
591 FileUtils.copy(is, new FileOutputStream(testApk)); in testGetOverlayInfo()
600 assertEquals(testApk.getPath(), info.path.getPath()); in testGetOverlayInfo()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerServiceTest.java627 final File testApk = new File(TEST_DATA_PATH, TEST_APP_APK); in testSetSplashScreenTheme_differentPackage_fails() local
629 runShellCommand("pm install " + testApk); in testSetSplashScreenTheme_differentPackage_fails()