Searched defs:testApkName (Results 1 – 6 of 6) sorted by relevance
95 final String testApkName = getTestApkName(mIsExtractNativeLibs, mAbiSuffix); in testInstallAndRunSuccess() local
49 DexDepsXmlHandler(ApiCoverage packageMap, String testApkName) { in DexDepsXmlHandler()
307 String testApkName = testApk.getName(); in addApiCoverage() local
188 private void copyTestFile(@NonNull String extraKey, @NonNull String testApkName) in copyTestFile()344 final String testApkName = getTestApkName(isNoLauncherActivityTestApp, in onReceive() local391 final String testApkName; in getTestApkName() local
179 private static void copyTestFile(@NonNull String testApkName) throws Exception { in copyTestFile()197 private static void getFileUriAndUpdateIntent(@NonNull String testApkName, in getFileUriAndUpdateIntent()
200 val testApkName: String = FULL_SCREEN_INTENT_APK, in <lambda>() constant in android.packageinstaller.install.cts.SessionParamsPermissionStateTest.Companion.Params