HomeSort by relevance Sort by last modified time
    Searched refs:dexCodeInstructionSets (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
InstructionSets.java 83 ArraySet<String> dexCodeInstructionSets = new ArraySet<String>(instructionSets.length);
85 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet));
87 return dexCodeInstructionSets.toArray(new String[dexCodeInstructionSets.size()]);
PackageDexOptimizer.java 162 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
236 for (String dexCodeIsa : dexCodeInstructionSets) {
445 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
453 for (String isa : dexCodeInstructionSets) {
    [all...]
OtaDexoptService.java 377 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
378 for (String dexCodeInstructionSet : dexCodeInstructionSets) {
PackageManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 536 milliseconds