Home
last modified time | relevance | path

Searched refs:SYSTEM_WIDE_ON (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBubblePreferenceControllerTest.java26 import static com.android.settings.notification.BubblePreferenceController.SYSTEM_WIDE_ON;
106 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_notIfAppBlocked() local
115 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_notIfChannelBlocked() local
125 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_channel_notIfAppOff() local
171 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_app() local
184 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_defaultChannel() local
196 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_channel() local
208 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_channelAppOff() local
228 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testUpdateState_channelNotBlockable() local
242 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testUpdateState_channel() local
[all …]
DBubbleSummaryPreferenceControllerTest.java26 import static com.android.settings.notification.BubbleSummaryPreferenceController.SYSTEM_WIDE_ON;
111 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_app() local
134 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testIsAvailable_defaultChannel() local
152 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testGetSummary() local
163 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in testGetSummary() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBubblePreferenceController.java36 private static final int SYSTEM_WIDE_ON = 1; field in BubblePreferenceController
66 NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON) == SYSTEM_WIDE_OFF) { in isAvailable()
88 NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON) == SYSTEM_WIDE_ON); in updateState() local
107 NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON) == SYSTEM_WIDE_OFF in onPreferenceChange()
139 NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in applyBubblesApproval() local
DBubbleSummaryPreferenceController.java35 private static final int SYSTEM_WIDE_ON = 1; field in BubbleSummaryPreferenceController
57 NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON) == SYSTEM_WIDE_OFF) { in isAvailable()
96 NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON) == SYSTEM_WIDE_ON); in getSummary()
DBadgePreferenceController.java34 private static final int SYSTEM_WIDE_ON = 1; field in BadgePreferenceController
56 NOTIFICATION_BADGING, SYSTEM_WIDE_ON) == SYSTEM_WIDE_OFF) { in isAvailable()
/packages/apps/Settings/src/com/android/settings/notification/
DBubblePreferenceController.java39 static final int SYSTEM_WIDE_ON = 1; field in BubblePreferenceController
117 NOTIFICATION_BUBBLES, SYSTEM_WIDE_OFF) == SYSTEM_WIDE_ON; in isGloballyEnabled()
138 NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in applyBubblesApproval() local
DBadgePreferenceController.java34 private static final int SYSTEM_WIDE_ON = 1; field in BadgePreferenceController
56 NOTIFICATION_BADGING, SYSTEM_WIDE_ON) == SYSTEM_WIDE_OFF) { in isAvailable()
DBubbleSummaryPreferenceController.java37 static final int SYSTEM_WIDE_ON = 1; field in BubbleSummaryPreferenceController
104 NOTIFICATION_BUBBLES, SYSTEM_WIDE_OFF) == SYSTEM_WIDE_ON; in isGloballyEnabled()