HomeSort by relevance Sort by last modified time
    Searched defs:instructionSets (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptService.java 19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
375 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
377 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
PackageDexOptimizer.java 65 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
66 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
132 String[] instructionSets, CompilerStats.PackageStats packageStats,
144 return performDexOptLI(pkg, sharedLibraries, instructionSets,
160 final String[] instructionSets = targetInstructionSets != null ?
162 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
444 final String[] instructionSets = getAppDexInstructionSets(pkg.applicationInfo);
445 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
    [all...]
PackageInstallerSession.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 54 milliseconds