Home
last modified time | relevance | path

Searched defs:testApkName (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestInstalls.java95 final String testApkName = getTestApkName(mIsExtractNativeLibs, mAbiSuffix); in testInstallAndRunSuccess() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DDexDepsXmlHandler.java49 DexDepsXmlHandler(ApiCoverage packageMap, String testApkName) { in DexDepsXmlHandler()
DCtsApiCoverage.java307 String testApkName = testApk.getName(); in addApiCoverage() local
/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cuj/installer/
DMainActivity.java188 private void copyTestFile(@NonNull String extraKey, @NonNull String testApkName) in copyTestFile()
344 final String testApkName = getTestApkName(isNoLauncherActivityTestApp, in onReceive() local
391 final String testApkName; in getTestApkName() local
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DInstallationTestBase.java179 private static void copyTestFile(@NonNull String testApkName) throws Exception { in copyTestFile()
197 private static void getFileUriAndUpdateIntent(@NonNull String testApkName, in getFileUriAndUpdateIntent()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DSessionParamsPermissionStateTest.kt200 val testApkName: String = FULL_SCREEN_INTENT_APK, in <lambda>() constant in android.packageinstaller.install.cts.SessionParamsPermissionStateTest.Companion.Params