Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/power_BatteryDrain/
Dpower_BatteryDrain.py70 except power_utils.KbdBacklightException as e:
/external/autotest/client/cros/power/
Dpower_utils.py453 class KbdBacklightException(Exception): class
480 raise KbdBacklightException('Keyboard backlight support' +
490 raise KbdBacklightException('Keyboard backlight is malfunctioning')
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py307 except power_utils.KbdBacklightException as e: