Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java335 final String supportedAbi = abiList[abi]; in copyNativeBinariesForSupportedAbi() local
336 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi()
346 incrementalConfigureNativeBinariesForSupportedAbi(handle, subDir, supportedAbi); in copyNativeBinariesForSupportedAbi()
365 int copyRet = copyNativeBinaries(handle, subDir, supportedAbi); in copyNativeBinariesForSupportedAbi()
/aosp12/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java496 for (String supportedAbi : supportedAbis) { in run()
497 if (supportedAbi.equals(abi)) { in run()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java3119 for (String supportedAbi : supportedAbis) { in checkAbiArgument()
3120 if (supportedAbi.equals(abi)) { in checkAbiArgument()