Searched defs:getAppDexInstructionSets (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java4336 getAppDexInstructionSets(ps));
4403 getAppDexInstructionSets(ps));
4843 targetInstructionSets : getAppDexInstructionSets(pkg.applicationInfo);
4954 private static String[] getAppDexInstructionSets(ApplicationInfo info) { method in class:PackageManagerService
4969 private static String[] getAppDexInstructionSets(PackageSetting ps) { method in class:PackageManagerService
10378 getAppDexInstructionSets(deletedPackage.applicationInfo));
11183 getAppDexInstructionSets(ps));
11637 String[] dexCodeInstructionSets = getDexCodeInstructionSets(getAppDexInstructionSets(ps));
12968 getAppDexInstructionSets(ps), isForwardLocked(ps));

Completed in 93 milliseconds