/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoService.java | 85 .setChannelId(NekoLand.CHAN_ID) in onStartJob() 182 .setChannelId(NekoLand.CHAN_ID) in registerJob()
|
/frameworks/base/core/java/android/app/ |
D | NotificationHistory.java | 169 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()
|
D | Notification.java | 4606 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/ |
D | AdbNotifications.java | 96 .setChannelId(ADB_NOTIFICATION_CHANNEL_ID_TV)) in createNotification()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 606 .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT) in getNotificationBuilder() 699 .setChannelId(NotificationChannelController.CHANNEL_ID_WFC); in getNotificationBuilder() 706 .setChannelId(NotificationChannelController.CHANNEL_ID_WFC); in getNotificationBuilder()
|
D | InboundSmsHandler.java | 1205 .setChannelId(NotificationChannelController.CHANNEL_ID_SMS); in showNewMessageNotification()
|
D | ServiceStateTracker.java | 4629 .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT) in setNotification()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryFilterTest.java | 58 .setChannelId(channelId) in getHistoricalNotification()
|
D | NotificationHistoryProtoHelperTest.java | 69 .setChannelId(expectedChannelId) in getHistoricalNotification()
|
D | NotificationHistoryDatabaseTest.java | 81 .setChannelId(expectedChannelId) in getHistoricalNotification()
|
D | NotificationHistoryManagerTest.java | 80 .setChannelId(expectedChannelId) in getHistoricalNotification()
|
D | NotificationRecordTest.java | 194 builder.setChannelId(channelId); in getNotification()
|
D | NotificationManagerServiceTest.java | 3668 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/ |
D | BubbleHelper.java | 123 .setChannelId(CHANNEL_ID) in getNotificationBuilder()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryProtoHelper.java | 118 notification.setChannelId(channelId); in readNotification() 122 notification.setChannelId(stringPool.get(parser.readInt( in readNotification()
|
D | NotificationManagerService.java | 3368 .setChannelId(r.getChannel().getId())
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationHistoryTest.java | 69 .setChannelId(expectedChannelId) in getHistoricalNotification() 97 .setChannelId(expectedChannelId) in testHistoricalNotificationBuilder()
|
D | NotificationTest.java | 1104 nb.extend(new Notification.TvExtender().setChannelId("different channel")); in testDoesNotStripsExtenders()
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 537 .setChannelId(TV_NOTIFICATION_CHANNEL_ID)) in updateNotifications()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | ShadeListBuilderTest.java | 2307 .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/ |
D | AutoDataSwitchController.java | 1132 .setChannelId(NotificationChannelController.CHANNEL_ID_MOBILE_DATA_STATUS)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 2293 .setChannelId(NotificationChannelController.CHANNEL_ID_WFC)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteController.java | 4779 .setChannelId(NOTIFICATION_CHANNEL_ID) in showSatelliteSystemNotification()
|
/frameworks/base/core/api/ |
D | lint-baseline.txt | 1298 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/ |
D | NetworkPolicyManagerService.java | 1927 builder.setChannelId(SystemNotificationChannels.NETWORK_STATUS); in enqueueNotification()
|