Searched refs:InstructionSets (Results 1 – 8 of 8) sorted by relevance
35 public class InstructionSets { class
19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
65 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;66 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
1272 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateInstallLocked()
97 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;98 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;99 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;100 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;101 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
53 import com.android.server.pm.InstructionSets;266 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()
58 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
3005 Lcom/android/server/pm/InstructionSets;