Home
last modified time | relevance | path

Searched refs:setChannelId (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java85 .setChannelId(NekoLand.CHAN_ID) in onStartJob()
182 .setChannelId(NekoLand.CHAN_ID) in registerJob()
/frameworks/base/core/java/android/app/
DNotificationHistory.java169 public Builder setChannelId(String channelId) { in setChannelId() method in NotificationHistory.HistoricalNotification.Builder
529 notificationOut.setChannelId(mStringPool[channelIdIndex]); in readNotificationFromParcel()
531 notificationOut.setChannelId(null); in readNotificationFromParcel()
DNotification.java4606 public Builder setChannelId(String channelId) { in setChannelId() method in Notification.Builder
13158 public TvExtender setChannelId(@Nullable String channelId) { in setChannelId() method in Notification.Builder.TvExtender
/frameworks/base/core/java/android/debug/
DAdbNotifications.java96 .setChannelId(ADB_NOTIFICATION_CHANNEL_ID_TV)) in createNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java606 .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT) in getNotificationBuilder()
699 .setChannelId(NotificationChannelController.CHANNEL_ID_WFC); in getNotificationBuilder()
706 .setChannelId(NotificationChannelController.CHANNEL_ID_WFC); in getNotificationBuilder()
DInboundSmsHandler.java1205 .setChannelId(NotificationChannelController.CHANNEL_ID_SMS); in showNewMessageNotification()
DServiceStateTracker.java4629 .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT) in setNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java58 .setChannelId(channelId) in getHistoricalNotification()
DNotificationHistoryProtoHelperTest.java69 .setChannelId(expectedChannelId) in getHistoricalNotification()
DNotificationHistoryDatabaseTest.java81 .setChannelId(expectedChannelId) in getHistoricalNotification()
DNotificationHistoryManagerTest.java80 .setChannelId(expectedChannelId) in getHistoricalNotification()
DNotificationRecordTest.java194 builder.setChannelId(channelId); in getNotification()
DNotificationManagerServiceTest.java3668 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_onTv()
3683 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_notOnTv()
11232 nb.setChannelId(originalChannel.getId());
11268 nb.setChannelId(originalChannel.getId());
11312 nb.setChannelId(originalChannel.getId());
11357 nb.setChannelId(originalChannel.getId());
13172 Notification notification = builder.setChannelId(TEST_CHANNEL_ID).build();
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DBubbleHelper.java123 .setChannelId(CHANNEL_ID) in getNotificationBuilder()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java118 notification.setChannelId(channelId); in readNotification()
122 notification.setChannelId(stringPool.get(parser.readInt( in readNotification()
DNotificationManagerService.java3368 .setChannelId(r.getChannel().getId())
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java69 .setChannelId(expectedChannelId) in getHistoricalNotification()
97 .setChannelId(expectedChannelId) in testHistoricalNotificationBuilder()
DNotificationTest.java1104 nb.extend(new Notification.TvExtender().setChannelId("different channel")); in testDoesNotStripsExtenders()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java537 .setChannelId(TV_NOTIFICATION_CHANNEL_ID)) in updateNotifications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java2307 .setChannelId("test_channel"); in addNotif()
2322 .setChannelId("test_channel") in addGroupSummary()
2341 .setChannelId("test_channel") in addGroupChildWithTag()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DAutoDataSwitchController.java1132 .setChannelId(NotificationChannelController.CHANNEL_ID_MOBILE_DATA_STATUS)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java2293 .setChannelId(NotificationChannelController.CHANNEL_ID_WFC)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java4779 .setChannelId(NOTIFICATION_CHANNEL_ID) in showSatelliteSystemNotification()
/frameworks/base/core/api/
Dlint-baseline.txt1298 UnflaggedApi: android.app.Notification.TvExtender#setChannelId(String):
1299 …I must be flagged with @FlaggedApi: method android.app.Notification.TvExtender.setChannelId(String)
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1927 builder.setChannelId(SystemNotificationChannels.NETWORK_STATUS); in enqueueNotification()

12