Searched refs:InstructionSets (Results 1 – 9 of 9) 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;
21 per-file InstructionSets.java = agampe@google.com, calin@google.com, ngeoffray@google.com
33 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;34 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
1702 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked()
99 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;100 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;101 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;102 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;103 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
52 import com.android.server.pm.InstructionSets;265 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()
21 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
10397 HSPLcom/android/server/pm/InstructionSets;->getAllDexCodeInstructionSets()[Ljava/lang/String;10398 PLcom/android/server/pm/InstructionSets;->getAppDexInstructionSets(Landroid/content/pm/ApplicationI…10399 HSPLcom/android/server/pm/InstructionSets;->getAppDexInstructionSets(Lcom/android/server/pm/Package…10400 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSet(Ljava/lang/String;)Ljava/lang/…10401 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSets([Ljava/lang/String;)[Ljava/la…10402 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;19884 Lcom/android/server/pm/InstructionSets;