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

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1443 getDexCodeInstructionSets(allInstructionSets.toArray(new String[allInstructionSets.size()]));
4867 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
5015 private static String[] getDexCodeInstructionSets(String[] instructionSets) { method in class:PackageManagerService
5032 return getDexCodeInstructionSets(supportedInstructionSets);
9607 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
9928 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
11637 String[] dexCodeInstructionSets = getDexCodeInstructionSets(getAppDexInstructionSets(ps));

Completed in 46 milliseconds