Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/adb_commands/
Dcommon.py28 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/
Dinstrumentation_power_test.py186 [DeviceSetting(common.SECURE, k).toggle(v)