Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestBase.java85 static String getTestApkName(boolean isExtractNativeLibs, String abiSuffix) { in getTestApkName() argument
86 return TEST_APK_NAME_BASE + (isExtractNativeLibs ? "True" : "False") + abiSuffix + ".apk"; in getTestApkName()
161 private boolean checkExtractedNativeLibDirForAbi(String abiSuffix) throws Exception { in checkExtractedNativeLibDirForAbi() argument
162 final String libAbi = getExpectedLibAbi(abiSuffix); in checkExtractedNativeLibDirForAbi()
179 final String getExpectedLibAbi(String abiSuffix) throws Exception { in getExpectedLibAbi() argument
184 if (abiSuffix.equals("32") || deviceBitness.equals("32")) { in getExpectedLibAbi()