Home
last modified time | relevance | path

Searched refs:InstructionSets (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java35 public class InstructionSets { class
DOtaDexoptService.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
DPackageDexOptimizer.java65 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
66 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
DPackageInstallerSession.java1272 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateInstallLocked()
DPackageManagerService.java97 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;
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java53 import com.android.server.pm.InstructionSets;
266 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java58 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
/frameworks/base/services/
Dart-profile3005 Lcom/android/server/pm/InstructionSets;