Home
last modified time | relevance | path

Searched refs:banned (Results 1 – 25 of 38) sorted by relevance

12

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBlockPreferenceController.java62 return !mAppRow.systemApp || (mAppRow.systemApp && mAppRow.banned); in isAvailable()
82 bar.setChecked(!mAppRow.banned in updateState()
85 bar.setChecked(!mAppRow.banned && !mChannelGroup.isBlocked()); in updateState()
87 bar.setChecked(!mAppRow.banned); in updateState()
107 if (mAppRow.banned != blocked) { in onSwitchChanged()
108 mAppRow.banned = blocked; in onSwitchChanged()
116 mAppRow.banned = blocked; in onSwitchChanged()
DImportancePreferenceController.java53 if (mAppRow.banned) { in isAvailable()
DNotificationBackend.java73 row.banned = getNotificationsBanned(row.pkg, row.uid); in loadAppRow()
483 public boolean banned; field in NotificationBackend.AppRow
DNotificationPreferenceController.java73 if (mAppRow.banned) { in isAvailable()
DVisibilityPreferenceController.java63 if (mChannel == null || mAppRow.banned) { in isAvailable()
/packages/apps/Settings/src/com/android/settings/notification/app/
DBlockPreferenceController.java85 && (!mAppRow.banned || mAppRow.lockedImportance)) { in updateState()
90 bar.setChecked(!mAppRow.banned in updateState()
93 bar.setChecked(!mAppRow.banned && !mChannelGroup.isBlocked()); in updateState()
95 bar.setChecked(!mAppRow.banned); in updateState()
115 if (mAppRow.banned != blocked) { in onSwitchChanged()
116 mAppRow.banned = blocked; in onSwitchChanged()
124 mAppRow.banned = blocked; in onSwitchChanged()
DInvalidConversationInfoPreferenceController.java47 if (mAppRow.banned) { in isAvailable()
DInvalidConversationPreferenceController.java47 if (mAppRow.banned) { in isAvailable()
DNotificationPreferenceController.java81 if (mAppRow.banned) { in isAvailable()
DAppConversationListPreferenceController.java64 if (mAppRow.banned) { in isAvailable()
DVisibilityPreferenceController.java65 if (mChannel == null || mAppRow.banned) { in isAvailable()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DBlockPreferenceControllerTest.java260 appRow.banned = true; in testUpdateState_app()
268 appRow.banned = false; in testUpdateState_app()
285 appRow.banned = true; in testUpdateState_group()
292 appRow.banned = false; in testUpdateState_group()
309 appRow.banned = true; in testUpdateState_channelBlocked()
316 appRow.banned = false; in testUpdateState_channelBlocked()
355 assertTrue(appRow.banned); in testOnSwitchChanged_channel_default()
359 assertFalse(appRow.banned); in testOnSwitchChanged_channel_default()
DNotificationsOffPreferenceControllerTest.java74 appRow.banned = true; in testIsAvailable_yesIfAppBlocked()
128 appRow.banned = true; in testUpdateState_app()
DAppLinkPreferenceControllerTest.java85 appRow.banned = true; in testIsAvailable_notIfAppBlocked()
DDeletedChannelsPreferenceControllerTest.java81 appRow.banned = true; in isAvailable_appScreen_notIfAppBlocked()
DInvalidConversationInfoPreferenceControllerTest.java92 appRow.banned = true; in testIsAvailable_notIfAppBlocked()
DConversationHeaderPreferenceControllerTest.java98 appRow.banned = true; in testIsAvailable()
DHeaderPreferenceControllerTest.java97 appRow.banned = true; in testIsAvailable()
DBubbleSummaryPreferenceControllerTest.java89 appRow.banned = true; in isAvailable_appBlocked_shouldReturnFalse()
DInvalidConversationPreferenceControllerTest.java104 appRow.banned = true; in testIsAvailable_notIfAppBlocked()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceControllerTest.java123 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/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceController.java85 if (appRow.banned) { in getNotificationSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppNotificationPreferenceController.java85 if (appRow.banned) { in getNotificationSummary()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java85 row.banned = getNotificationsBanned(row.pkg, row.uid); in loadAppRow()
600 public boolean banned; field in NotificationBackend.AppRow
DAppBubbleListPreferenceController.java88 if (mAppRow.banned) { in isAvailable()

12