Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDeviceSetupTest.java660 mDeviceSetup.setNotificationLed(BinaryState.ON); in testSetup_notification_led_on()
672 mDeviceSetup.setNotificationLed(BinaryState.OFF); in testSetup_notification_led_off()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1551 protected void setNotificationLed(BinaryState notificationLed) { in setNotificationLed() method in DeviceSetup