/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | BlockPreferenceController.java | 92 && (!mAppRow.banned || mAppRow.lockedImportance)) { in updateState() 97 bar.setChecked(!mAppRow.banned in updateState() 100 bar.setChecked(!mAppRow.banned && !mChannelGroup.isBlocked()); in updateState() 102 bar.setChecked(!mAppRow.banned); in updateState() 125 if (mAppRow.banned != blocked) { in onSwitchChanged() 126 mAppRow.banned = blocked; in onSwitchChanged() 134 mAppRow.banned = blocked; in onSwitchChanged()
|
D | InvalidConversationInfoPreferenceController.java | 47 if (mAppRow.banned) { in isAvailable()
|
D | InvalidConversationPreferenceController.java | 47 if (mAppRow.banned) { in isAvailable()
|
D | NotificationPreferenceController.java | 83 if (mAppRow.banned) { in isAvailable()
|
D | VisibilityPreferenceController.java | 65 if (mChannel == null || mAppRow.banned) { in isAvailable()
|
D | AppConversationListPreferenceController.java | 65 if (mAppRow.banned) { in isAvailable()
|
D | ChannelListPreferenceController.java | 75 if (mAppRow.banned) { in isAvailable()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
D | AppNotificationPreferenceControllerTest.java | 123 appRow.banned = true; in getNotificationSummary_appBlocked() 133 appRow.banned = false; in getNotificationSummary_appNotBlockedAllChannelsBlocked() 144 appRow.banned = false; in getNotificationSummary_appNotBlocked() 161 appRow.banned = false; in getNotificationSummary_channelsNotBlocked() 175 appRow.banned = false; in getNotificationSummary_noChannels()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | BlockPreferenceControllerTest.java | 293 appRow.banned = true; in testUpdateState_app() 299 appRow.banned = false; in testUpdateState_app() 316 appRow.banned = true; in testUpdateState_group() 323 appRow.banned = false; in testUpdateState_group() 340 appRow.banned = true; in testUpdateState_channelBlocked() 347 appRow.banned = false; in testUpdateState_channelBlocked() 386 assertTrue(appRow.banned); in testOnSwitchChanged_channel_default() 390 assertFalse(appRow.banned); in testOnSwitchChanged_channel_default()
|
D | NotificationsOffPreferenceControllerTest.java | 78 appRow.banned = true; in testIsAvailable_yesIfAppBlocked() 151 appRow.banned = true; in testUpdateState_app()
|
D | ConversationHeaderPreferenceControllerTest.java | 100 appRow.banned = true; in testIsAvailable() 108 appRow.banned = true; in testIsAvailable_ignoresFilter()
|
D | HeaderPreferenceControllerTest.java | 99 appRow.banned = true; in testIsAvailable() 107 appRow.banned = true; in testIsAvailable_ignoredFilter()
|
D | DeletedChannelsPreferenceControllerTest.java | 83 appRow.banned = true; in isAvailable_appScreen_notIfAppBlocked()
|
D | AppLinkPreferenceControllerTest.java | 85 appRow.banned = true; in testIsAvailable_notIfAppBlocked()
|
D | InvalidConversationInfoPreferenceControllerTest.java | 97 appRow.banned = true; in testIsAvailable_notIfAppBlocked()
|
D | BubbleSummaryPreferenceControllerTest.java | 92 appRow.banned = true; in isAvailable_appBlocked_shouldReturnFalse()
|
D | InvalidConversationPreferenceControllerTest.java | 104 appRow.banned = true; in testIsAvailable_notIfAppBlocked()
|
D | MinImportancePreferenceControllerTest.java | 102 appRow.banned = true; in testIsAvailable_ifAppBlocked()
|
D | HighImportancePreferenceControllerTest.java | 102 appRow.banned = true; in testIsAvailable_ifAppBlocked()
|
D | AllowSoundPreferenceControllerTest.java | 110 appRow.banned = true; in testIsAvailable_notIfAppBlocked()
|
D | ImportancePreferenceControllerTest.java | 108 appRow.banned = true; in testIsAvailable_ifAppBlocked()
|
D | BadgePreferenceControllerTest.java | 100 appRow.banned = true; in testIsAvailable_notIfAppBlocked()
|
/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | AppNotificationPreferenceController.java | 88 if (appRow.banned) { in getNotificationSummary()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | AppBubbleListPreferenceController.java | 89 if (mAppRow.banned) { in isAvailable()
|
D | NotificationBackend.java | 90 row.banned = getNotificationsBanned(row.pkg, row.uid); in loadAppRow() 695 public boolean banned; field in NotificationBackend.AppRow
|