Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/wakeups/
DIrqDeviceMapTest.java66 List<String> subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_1); in simpleXml()
71 subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_2); in simpleXml()
81 List<String> subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_1); in complexXml()
84 subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_2); in complexXml()
90 subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_3); in complexXml()
93 subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_4); in complexXml()
/frameworks/base/services/core/java/com/android/server/power/stats/wakeups/
DIrqDeviceMap.java111 List<String> getSubsystemsForDevice(String device) { in getSubsystemsForDevice() method in IrqDeviceMap
DCpuWakeupStats.java602 final List<String> rawSubsystems = deviceMap.getSubsystemsForDevice(device); in parseWakeup()