/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryFilterTest.java | 71 .setChannel("pkg", "channel") in testBuilder() 125 .setChannel("pkg", "channel") in testMatchesPackageAndChannelFilter_channelAlso() 150 .setChannel("pkg", "channel") in testIsFiltering()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ConversationCoordinatorTest.kt | 146 makeEntryOfPeopleType(TYPE_IMPORTANT_PERSON) { setChannel(importantChannel) } in testPromotedImportantConversationsMakesSummaryUnimportant() 148 makeEntryOfPeopleType(TYPE_FULL_PERSON) { setChannel(otherChannel).setTag("A") } in testPromotedImportantConversationsMakesSummaryUnimportant() 150 makeEntryOfPeopleType(TYPE_FULL_PERSON) { setChannel(otherChannel).setTag("B") } in testPromotedImportantConversationsMakesSummaryUnimportant() 152 makeEntryOfPeopleType(TYPE_IMPORTANT_PERSON) { setChannel(importantChannel).setId(2) } in testPromotedImportantConversationsMakesSummaryUnimportant() 276 it.setChannel(channel) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryTest.java | 92 .setChannel(mChannel) in setup() 140 .setChannel(null) in testBlockableWhenEntryHasNoChannel() 238 .setChannel(NOTIFICATION_CHANNEL) in testCreateNotificationDataEntry_RankingUpdate() 299 .setChannel(mChannel) in testIsNotificationVisibilityPrivate_visibilityPublic_false() 320 .setChannel(channel) in testIsChannelVisibilityPrivate_visibilityPublic_false() 333 .setChannel(null) in testIsChannelVisibilityPrivate_entryHasNoChannel_false()
|
D | HighPriorityProviderTest.java | 202 .setChannel(channel) in userChangeTrumpsHighPriorityCharacteristics()
|
D | NotifCollectionTest.java | 360 neb.setChannel(channel); in testEventDispatchedWhenChannelChanged() 391 neb.setChannel(channel); in testScheduleBuildNotificationListWhenChannelChanged() 445 neb.setChannel(channel); in testBuildNotificationListWhenChannelChanged() 1725 .setChannel(channel) in testCannotDismissPriorityConversations()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryFilter.java | 100 public Builder setChannel(String pkg, String channel) { in setChannel() method in NotificationHistoryFilter.Builder
|
D | NotificationHistoryDatabase.java | 200 .setChannel(packageName, channelId) in readNotificationHistory()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 209 .setChannel(channel) in setUp() 217 .setChannel(channel) in setUp() 226 .setChannel(channel) in setUp() 233 .setChannel(channel) in setUp() 368 .setChannel(channel) in testCurrentUserPrivateNotificationsRedactedChannel() 382 .setChannel(null) in testCurrentUserPrivateNotificationsNullChannel() 680 .setChannel(channel) in testDevicePolicy_noPrivateNotifications_userAll()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 335 public NotificationEntryBuilder setChannel(NotificationChannel channel) { in setChannel() method in NotificationEntryBuilder 336 mRankingBuilder.setChannel(channel); in setChannel()
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | SoftApConfToXmlMigrationUtilTest.java | 94 configBuilder.setChannel(channel, band); in setupApConfig()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | KeyguardNotificationVisibilityProviderTest.java | 443 .setChannel(new NotificationChannel("1", "1", 4)) in publicMode_settingsDisallow() 479 .setChannel(channel) in publicMode_notifDisallowed() 577 .setChannel(channel) in notificationChannelVisibilitySecret()
|
D | VisualInterruptionDecisionProviderTestBase.kt | 1275 neb.setChannel(channel) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | RankingBuilder.java | 240 public RankingBuilder setChannel(NotificationChannel channel) { in setChannel() method in RankingBuilder
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackControllerTest.java | 164 .setChannel(channel) in getEntry()
|
/frameworks/base/wifi/java/src/android/net/wifi/ |
D | SoftApConfToXmlMigrationUtil.java | 132 configBuilder.setChannel(channel, in loadFromLegacyFile()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierActionUtils.java | 238 .setChannel(NOTIFICATION_CHANNEL_ID_MOBILE_DATA_STATUS); in getNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManagerTest.kt | 266 .setChannel(NotificationChannel("id", "", IMPORTANCE_DEFAULT)) in notificationEntry()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 492 .setChannel(channel) in createBubble() 619 .setChannel(channel) in generateRow()
|
D | FeedbackInfoTest.java | 237 .setChannel(channel) in getEntry()
|
D | NotificationGutsManagerTest.java | 566 .setChannel(mTestNotificationChannel) in createTestNotificationRow()
|
D | NotificationGutsManagerWithScenesTest.kt | 587 .setChannel(testNotificationChannel) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeterTest.kt | 257 val tvExtender = Notification.TvExtender().setChannel("channel2") in currentNotificationMemoryUse_tvWearExtender()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RankingCoordinatorTest.java | 316 .setChannel(new NotificationChannel("id", null, IMPORTANCE_DEFAULT)) in getRankingForUnfilteredNotif()
|
D | SensitiveContentCoordinatorTest.kt | 713 .setChannel(channel) in createNotificationEntry()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SensitiveNotificationProtectionControllerTest.kt | 736 .setChannel(channel) in setupNotificationEntry()
|