Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java41 public static String[] getAppDexInstructionSets(String primaryCpuAbi, String secondaryCpuAbi) { in getAppDexInstructionSets() method in InstructionSets
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java2980 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests