Searched refs:getSubsystemsForDevice (Results 1 – 3 of 3) sorted by relevance
66 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()
111 List<String> getSubsystemsForDevice(String device) { in getSubsystemsForDevice() method in IrqDeviceMap
602 final List<String> rawSubsystems = deviceMap.getSubsystemsForDevice(device); in parseWakeup()