Searched defs:SYSTEM_WIDE_ON (Results 1 – 4 of 4) sorted by relevance
| /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
| D | BubblePreferenceControllerTest.java | 134 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 201 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_ifNotLowRam() 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 262 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_filteredIn() local 274 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_filteredOut() local 309 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in updateState_channel() local [all …]
|
| D | BubbleSummaryPreferenceControllerTest.java | 107 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 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 196 SYSTEM_WIDE_ON); in getSummary_BUBBLE_PREFERENCE_NONEisSelected_returnsNoneString() local 209 SYSTEM_WIDE_ON); in getSummary_BUBBLE_PREFERENCE_ALLisSelected_returnsAllString() local 222 SYSTEM_WIDE_ON); in getSummary_BUBBLE_PREFERENCE_SELECTEDisSelected_returnsSelectedString() local
|
| /packages/apps/Settings/src/com/android/settings/notification/ |
| D | BubbleHelper.java | 34 public static final int SYSTEM_WIDE_ON = 1; field in BubbleHelper
|
| /packages/apps/Settings/src/com/android/settings/notification/app/ |
| D | BadgePreferenceController.java | 36 private static final int SYSTEM_WIDE_ON = 1; field in BadgePreferenceController
|