Home
last modified time | relevance | path

Searched refs:setChannel (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java71 .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/
DConversationCoordinatorTest.kt146 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/
DNotificationEntryTest.java92 .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()
DHighPriorityProviderTest.java202 .setChannel(channel) in userChangeTrumpsHighPriorityCharacteristics()
DNotifCollectionTest.java360 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/
DNotificationHistoryFilter.java100 public Builder setChannel(String pkg, String channel) { in setChannel() method in NotificationHistoryFilter.Builder
DNotificationHistoryDatabase.java200 .setChannel(packageName, channelId) in readNotificationHistory()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java209 .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/
DNotificationEntryBuilder.java335 public NotificationEntryBuilder setChannel(NotificationChannel channel) { in setChannel() method in NotificationEntryBuilder
336 mRankingBuilder.setChannel(channel); in setChannel()
/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfToXmlMigrationUtilTest.java94 configBuilder.setChannel(channel, band); in setupApConfig()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java443 .setChannel(new NotificationChannel("1", "1", 4)) in publicMode_settingsDisallow()
479 .setChannel(channel) in publicMode_notifDisallowed()
577 .setChannel(channel) in notificationChannelVisibilitySecret()
DVisualInterruptionDecisionProviderTestBase.kt1275 neb.setChannel(channel) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DRankingBuilder.java240 public RankingBuilder setChannel(NotificationChannel channel) { in setChannel() method in RankingBuilder
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java164 .setChannel(channel) in getEntry()
/frameworks/base/wifi/java/src/android/net/wifi/
DSoftApConfToXmlMigrationUtil.java132 configBuilder.setChannel(channel, in loadFromLegacyFile()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java238 .setChannel(NOTIFICATION_CHANNEL_ID_MOBILE_DATA_STATUS); in getNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt266 .setChannel(NotificationChannel("id", "", IMPORTANCE_DEFAULT)) in notificationEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java492 .setChannel(channel) in createBubble()
619 .setChannel(channel) in generateRow()
DFeedbackInfoTest.java237 .setChannel(channel) in getEntry()
DNotificationGutsManagerTest.java566 .setChannel(mTestNotificationChannel) in createTestNotificationRow()
DNotificationGutsManagerWithScenesTest.kt587 .setChannel(testNotificationChannel) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt257 val tvExtender = Notification.TvExtender().setChannel("channel2") in currentNotificationMemoryUse_tvWearExtender()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRankingCoordinatorTest.java316 .setChannel(new NotificationChannel("id", null, IMPORTANCE_DEFAULT)) in getRankingForUnfilteredNotif()
DSensitiveContentCoordinatorTest.kt713 .setChannel(channel) in createNotificationEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionControllerTest.kt736 .setChannel(channel) in setupNotificationEntry()

12