Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DOtaDexoptService.java20 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
21 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
DInstructionSets.java35 public class InstructionSets { class
DPackageDexOptimizer.java44 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
45 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
DPackageInstallerSession.java807 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateInstallLocked()
DPackageManagerService.java91 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
92 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
93 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
94 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
95 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
2352 final List<String> allInstructionSets = InstructionSets.getAllInstructionSets(); in PackageManagerService()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java21 import com.android.server.pm.InstructionSets;
345 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()