Home
last modified time | relevance | path

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

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