Searched defs:NOTIFICATION_LIGHT_PULSE (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | PulseNotificationPreferenceControllerTest.java | 97 Settings.System.putInt(context.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 1); in updateState_preferenceSetCheckedWhenSettingIsOn() local 109 Settings.System.putInt(context.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 0); in updateState_preferenceSetUncheckedWhenSettingIsOff() local 141 Settings.System.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 1); in isChecked_configOn_shouldReturnTrue() local 148 Settings.System.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 0); in isChecked_configOff_shouldReturnFalse() local 159 Settings.System.getInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 0)) in testSetChecked_configIsSet_shouldReturnTrue() local 169 Settings.System.getInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 1)) in testSetChecked_configIsNotSet_shouldReturnFalse() local
|
D | LightsPreferenceControllerTest.java | 88 Settings.System.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 1); in setUp() local 115 Settings.System.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 0); in testIsAvailable_notIfSettingNotAllowed() local
|