Home
last modified time | relevance | path

Searched refs:getAllInstructionSets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java102 public static List<String> getAllInstructionSets() { in getAllInstructionSets() method in InstructionSets
DPackageManagerService.java2352 final List<String> allInstructionSets = InstructionSets.getAllInstructionSets(); in PackageManagerService()