Searched refs:getAppDexInstructionSets (Results 1 – 6 of 6) sorted by relevance
38 public static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in InstructionSets53 public static String[] getAppDexInstructionSets(PackageSetting ps) { in getAppDexInstructionSets() method in InstructionSets
19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;375 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in moveAbArtifacts()
65 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;161 targetInstructionSets : getAppDexInstructionSets(pkg.applicationInfo); in performDexOptLI()444 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in dumpDexoptState()
97 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;8800 pkgSetting.resourcePathString, getAppDexInstructionSets(pkgSetting));8872 pkgSetting.resourcePathString, getAppDexInstructionSets(pkgSetting));9352 final String[] instructionSets = getAppDexInstructionSets(p.applicationInfo);16716 getAppDexInstructionSets(deletedPackage.applicationInfo));18792 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));24544 instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
58 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;563 for (String isa : getAppDexInstructionSets(info)) { in registerDexModule()
3288 for(String isa : getAppDexInstructionSets(info)) { in testRegisterDexModuleSuccessfully()3310 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests