Home
last modified time | relevance | path

Searched defs:NOTIFICATION_BADGING (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBadgingNotificationPreferenceControllerTest.java98 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, ON); in updateState_preferenceSetCheckedWhenSettingIsOn() local
111 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, OFF); in updateState_preferenceSetUncheckedWhenSettingIsOff() local
122 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF); in isChecked_settingIsOff_shouldReturnFalse() local
129 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, ON); in isChecked_settingIsOn_shouldReturnTrue() local
136 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, ON); in setChecked_setFalse_disablesSetting() local
147 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF); in setChecked_setTrue_enablesSetting() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DBadgePreferenceControllerTest.java135 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 0); in testIsAvailable_notIfOffGlobally() local
145 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_app() local
155 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_appNoChannels() local
169 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_defaultChannel() local
182 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_channel() local
194 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_channelAppOff() local
207 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_filteredOut() local
221 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_filteredIn() local