/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | BubblePreferenceControllerTest.java | 26 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 …]
|
D | BubbleSummaryPreferenceControllerTest.java | 26 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/ |
D | BubblePreferenceController.java | 36 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
|
D | BubbleSummaryPreferenceController.java | 35 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()
|
D | BadgePreferenceController.java | 34 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/ |
D | BubblePreferenceController.java | 39 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
|
D | BadgePreferenceController.java | 34 private static final int SYSTEM_WIDE_ON = 1; field in BadgePreferenceController 56 NOTIFICATION_BADGING, SYSTEM_WIDE_ON) == SYSTEM_WIDE_OFF) { in isAvailable()
|
D | BubbleSummaryPreferenceController.java | 37 static final int SYSTEM_WIDE_ON = 1; field in BubbleSummaryPreferenceController 104 NOTIFICATION_BUBBLES, SYSTEM_WIDE_OFF) == SYSTEM_WIDE_ON; in isGloballyEnabled()
|