Searched refs:SECURE (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/adb_commands/ |
D | common.py | 28 SECURE = 'secure' variable 83 doze_mode = DeviceSetting(SECURE, 'doze_enabled') 85 doze_always_on = DeviceSetting(SECURE, 'doze_always_on') 87 wake_gesture = DeviceSetting(SECURE, 'wake_gesture_enabled') 89 screensaver = DeviceSetting(SECURE, 'screensaver_enabled') 110 location_gps = DeviceSetting(SECURE, 'location_providers_allowed', 113 location_network = DeviceSetting(SECURE, 'location_providers_allowed', 136 ambient_eq = DeviceSetting(SECURE, 'display_white_balance_enabled')
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/ |
D | instrumentation_power_test.py | 186 [DeviceSetting(common.SECURE, k).toggle(v)
|