Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBadgingNotificationPreferenceControllerTest.java94 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, ON); in updateState_preferenceSetCheckedWhenSettingIsOn() local
107 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, OFF); in updateState_preferenceSetUncheckedWhenSettingIsOff() local
118 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF); in isChecked_settingIsOff_shouldReturnFalse() local
125 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, ON); in isChecked_settingIsOn_shouldReturnTrue() local
132 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, ON); in setChecked_setFalse_disablesSetting() local
143 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF); in setChecked_setTrue_enablesSetting() local
DBadgePreferenceControllerTest.java125 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 0); in testIsAvailable_notIfOffGlobally() local
134 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_app() local
147 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_defaultChannel() local
159 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_channel() local
171 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1); in testIsAvailable_channelAppOff() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DSecureSettingsObserver.java31 public static final String NOTIFICATION_BADGING = "notification_badging"; field in SecureSettingsObserver