Home
last modified time | relevance | path

Searched refs:getAppDexInstructionSets (Results 1 – 7 of 7) 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
DOtaDexoptService.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
388 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in moveAbArtifacts()
DPackageDexOptimizer.java33 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
161 targetInstructionSets : getAppDexInstructionSets(pkg.applicationInfo); in performDexOptLI()
456 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo); in dumpDexoptState()
DPackageManagerService.java99 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
9411 pkgSetting.resourcePathString, getAppDexInstructionSets(pkgSetting));
9476 pkgSetting.resourcePathString, getAppDexInstructionSets(pkgSetting));
10023 final String[] instructionSets = getAppDexInstructionSets(p.applicationInfo);
16799 getAppDexInstructionSets(oldPackage.applicationInfo));
19322 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));
25461 instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java21 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
598 for (String isa : getAppDexInstructionSets(info)) { in registerDexModule()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java2921 for(String isa : getAppDexInstructionSets(info)) { in testRegisterDexModuleSuccessfully()
2943 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests
/frameworks/base/services/
Dart-profile10398 PLcom/android/server/pm/InstructionSets;->getAppDexInstructionSets(Landroid/content/pm/ApplicationI…
10399 HSPLcom/android/server/pm/InstructionSets;->getAppDexInstructionSets(Lcom/android/server/pm/Package…