Searched refs:SYSTEM_WIDE_ON (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | BubblePreferenceControllerTest.java | 29 import static com.android.settings.notification.BubbleHelper.SYSTEM_WIDE_ON; 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 [all …]
|
D | BubbleSummaryPreferenceControllerTest.java | 27 import static com.android.settings.notification.BubbleHelper.SYSTEM_WIDE_ON; 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 63 SYSTEM_WIDE_ON) == SYSTEM_WIDE_ON; in isEnabledSystemWide()
|
D | BubbleNotificationPreferenceController.java | 92 BubbleHelper.SYSTEM_WIDE_ON) == BubbleHelper.SYSTEM_WIDE_ON; in isChecked() 98 isChecked ? BubbleHelper.SYSTEM_WIDE_ON : BubbleHelper.SYSTEM_WIDE_OFF); in setChecked()
|
D | BubbleSummaryNotificationPreferenceController.java | 51 NOTIFICATION_BUBBLES, BubbleHelper.SYSTEM_WIDE_ON) == BubbleHelper.SYSTEM_WIDE_ON; in areBubblesEnabled()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | BadgePreferenceController.java | 36 private static final int SYSTEM_WIDE_ON = 1; field in BadgePreferenceController 58 NOTIFICATION_BADGING, SYSTEM_WIDE_ON) == SYSTEM_WIDE_OFF) { in isAvailable()
|
D | BubblePreferenceController.java | 172 BubbleHelper.SYSTEM_WIDE_ON); in applyBubblesApproval()
|