Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java334 final String supportedAbi = abiList[abi]; in copyNativeBinariesForSupportedAbi() local
335 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi()
345 incrementalConfigureNativeBinariesForSupportedAbi(handle, subDir, supportedAbi); in copyNativeBinariesForSupportedAbi()
364 int copyRet = copyNativeBinaries(handle, subDir, supportedAbi); in copyNativeBinariesForSupportedAbi()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java506 for (String supportedAbi : supportedAbis) { in run()
507 if (supportedAbi.equals(abi)) { in run()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java3936 for (String supportedAbi : supportedAbis) { in checkAbiArgument()
3937 if (supportedAbi.equals(abi)) { in checkAbiArgument()