Searched refs:TEST_APK_NAME_BASE (Results 1 – 1 of 1) sorted by relevance
52 static final String TEST_APK_NAME_BASE = "CtsExtractNativeLibsApp"; field in CtsExtractNativeLibsHostTestBase87 return TEST_APK_NAME_BASE + (isExtractNativeLibs ? "True" : "False") + abiSuffix + ".apk"; in getTestApkName()