Searched refs:InstructionSets (Results 1 – 6 of 6) sorted by relevance
20 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;21 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
35 public class InstructionSets { class
44 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;45 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
807 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateInstallLocked()
91 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()
21 import com.android.server.pm.InstructionSets;345 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()