Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceSetupTest.java587 mDeviceSetup.setNotificationLed(BinaryState.ON); in testSetup_notification_led_on()
599 mDeviceSetup.setNotificationLed(BinaryState.OFF); in testSetup_notification_led_off()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1168 protected void setNotificationLed(BinaryState notificationLed) { in setNotificationLed() method in DeviceSetup