Home
last modified time | relevance | path

Searched defs:NOTIFICATION_BUBBLES (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DBubblePreferenceControllerTest.java134 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_notIfAppBlocked() local
143 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_notIfChannelBlocked() local
153 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_channel_notIfAppOff() local
168 NOTIFICATION_BUBBLES, SYSTEM_WIDE_OFF); in isNotAvailable_ifOffGlobally_app() local
192 NOTIFICATION_BUBBLES, SYSTEM_WIDE_OFF); in isAvailable_notIfOffGlobally_channel() local
201 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_ifNotLowRam() local
214 NOTIFICATION_BUBBLES, SYSTEM_WIDE_OFF); in isAvailable_app_evenIfOffGlobally() local
223 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_app() local
236 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_defaultChannel() local
249 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_channel() local
[all …]
DBubbleSummaryPreferenceControllerTest.java107 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_NOTIFICATION_BUBBLESisOn_shouldReturnTrue() local
115 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_NOTIFICATION_BUBBLESisOn_neverSentBubble_shouldReturnFalse() local
124 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, in isAvailable_NOTIFICATION_BUBBLESisOff_shouldReturnFalse() local
133 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, in isAvailable_nonNullChannelNOTIFICATION_BUBBLESisOff_shouldReturnFalse() local
144 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_defaultChannelNOTIFICATION_BUBBLESisOn_shouldReturnTrue() local
155 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_lowRam_shouldReturnFalse() local
164 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_notLowRam_shouldReturnTrue() local
183 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, in getSummary_NOTIFICATION_BUBBLESIsOff_returnsNoneString() local
195 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, in getSummary_BUBBLE_PREFERENCE_NONEisSelected_returnsNoneString() local
208 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, in getSummary_BUBBLE_PREFERENCE_ALLisSelected_returnsAllString() local
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBubbleNotificationPreferenceControllerTest.java103 Settings.Global.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in updateState_settingIsOff_preferenceSetUnchecked() local
105 NOTIFICATION_BUBBLES, ON)).isEqualTo(OFF); in updateState_settingIsOff_preferenceSetUnchecked() local
114 Settings.Global.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in onSwitchChanged_true_settingIsOff_flagShouldOn() local
119 NOTIFICATION_BUBBLES, OFF)).isEqualTo(ON); in onSwitchChanged_true_settingIsOff_flagShouldOn() local
124 Settings.Global.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, ON); in onSwitchChanged_false_settingIsOn_flagShouldOff() local
129 NOTIFICATION_BUBBLES, ON)).isEqualTo(OFF); in onSwitchChanged_false_settingIsOn_flagShouldOff() local
134 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, ON); in setChecked_setFalse_disablesSetting() local
145 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in setChecked_setTrue_enablesSetting() local
DBubbleSummaryNotificationPreferenceControllerTest.java72 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in getSummary_NOTIFICATION_BUBBLESIsOff_returnOffString() local
79 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, ON); in getSummary_NOTIFICATION_BUBBLESIsOff_returnOnString() local
/packages/apps/Settings/src/com/android/settings/notification/app/
DBubblePreferenceController.java158 NOTIFICATION_BUBBLES, in revertBubblesApproval() local
171 NOTIFICATION_BUBBLES, in applyBubblesApproval() local
/packages/apps/Settings/src/com/android/settings/notification/
DBubbleNotificationPreferenceController.java97 Settings.Global.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, in setChecked() local