Home
last modified time | relevance | path

Searched refs:NOTIFICATION_LIGHT_PULSE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DPulseNotificationPreferenceControllerTest.java19 import static android.provider.Settings.System.NOTIFICATION_LIGHT_PULSE;
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
/packages/apps/Settings/src/com/android/settings/notification/
DPulseNotificationPreferenceController.java19 import static android.provider.Settings.System.NOTIFICATION_LIGHT_PULSE;
80 return Settings.System.getInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, OFF) in isChecked()
86 return Settings.System.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, in setChecked()
98 Settings.System.getUriFor(Settings.System.NOTIFICATION_LIGHT_PULSE);
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DLightsPreferenceControllerTest.java23 import static android.provider.Settings.System.NOTIFICATION_LIGHT_PULSE;
95 Settings.System.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 1); in setUp() local
122 Settings.System.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 0); in testIsAvailable_notIfSettingNotAllowed() local
/packages/apps/Settings/src/com/android/settings/notification/app/
DLightsPreferenceController.java87 Settings.System.NOTIFICATION_LIGHT_PULSE, 0) == 1; in canPulseLight()