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.java38 public static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in InstructionSets
53 public static String[] getAppDexInstructionSets(PackageSetting ps) { in getAppDexInstructionSets() method in InstructionSets
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java2943 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests