Searched defs:SYSTEM_WIDE_ON (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | BubblePreferenceControllerTest.java | 127 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_notIfAppBlocked() local 136 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_notIfChannelBlocked() local 146 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_channel_notIfAppOff() local 194 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_ifNotLowRam() local 216 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_app() local 229 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_defaultChannel() local 242 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_channel() local 255 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_filteredIn() local 267 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_filteredOut() local 302 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in updateState_channel_channelNotBlockable() local [all …]
|
H A D | BubbleSummaryPreferenceControllerTest.java | 99 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_NOTIFICATION_BUBBLESisOn_shouldReturnTrue() local 107 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_NOTIFICATION_BUBBLESisOn_neverSentMsg_shouldReturnFalse() local 136 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_defaultChannelNOTIFICATION_BUBBLESisOn_shouldReturnTrue() local 147 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_lowRam_shouldReturnFalse() local 158 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, SYSTEM_WIDE_ON); in isAvailable_notLowRam_shouldReturnTrue() local 192 SYSTEM_WIDE_ON); in getSummary_BUBBLE_PREFERENCE_NONEisSelected_returnsNoneString() local 205 SYSTEM_WIDE_ON); in getSummary_BUBBLE_PREFERENCE_ALLisSelected_returnsAllString() local 218 SYSTEM_WIDE_ON); in getSummary_BUBBLE_PREFERENCE_SELECTEDisSelected_returnsSelectedString() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/ |
H A D | BubblePreferenceController.java | 46 static final int SYSTEM_WIDE_ON = 1; field in BubblePreferenceController 179 SYSTEM_WIDE_ON); in applyBubblesApproval() local
|
H A D | BadgePreferenceController.java | 36 private static final int SYSTEM_WIDE_ON = 1; field in BadgePreferenceController
|