Home
last modified time | relevance | path

Searched defs:getAppDexInstructionSets (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java38 public static String[] getAppDexInstructionSets(String primaryCpuAbi, String secondaryCpuAbi) { in getAppDexInstructionSets() method in InstructionSets
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java2960 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests