Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java93 public static String[] getAllDexCodeInstructionSets() { in getAllDexCodeInstructionSets() method in InstructionSets
DPackageInstallerSession.java807 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateInstallLocked()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java345 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()