Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageAbiHelperImpl.java320 final String currentAbi = supportedAbis[i]; in getNativelySupportedAbis() local
322 final String currentIsa = VMRuntime.getInstructionSet(currentAbi); in getNativelySupportedAbis()
324 nativelySupportedAbis.add(currentAbi); in getNativelySupportedAbis()