Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java64 public static String getDexCodeInstructionSet(String sharedLibraryIsa) { in getDexCodeInstructionSet() method in InstructionSets
73 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()
DPackageManagerService.java120 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
7616 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()
14056 getDexCodeInstructionSet(getPreferredInstructionSet()));
/frameworks/base/services/
Dart-profile29756 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSet(Ljava/lang/String;)Ljava/lang/…