Home
last modified time | relevance | path

Searched refs:notificationChannel (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobNotificationCoordinator.java89 public final String notificationChannel; field in JobNotificationCoordinator.NotificationDetails
96 int notificationId, String notificationChannel, in NotificationDetails() argument
100 this.notificationChannel = notificationChannel; in NotificationDetails()
226 userId, packageName, details.notificationChannel); in removeNotificationAssociation()
242 @NonNull String notificationChannel, int userId, @NonNull String packageName) { in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
246 return channels.contains(notificationChannel); in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
293 String notificationChannel) { in maybeDeleteNotificationChannelAssociation() argument
302 && details.notificationChannel.equals(notificationChannel)) { in maybeDeleteNotificationChannelAssociation()
314 channels.remove(notificationChannel); in maybeDeleteNotificationChannelAssociation()
DJobConcurrencyManager.java1976 @NonNull String notificationChannel, int userId, @NonNull String packageName) { in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
1978 notificationChannel, userId, packageName); in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
DJobSchedulerService.java4557 @NonNull String notificationChannel, int userId, @NonNull String packageName) {
4558 if (packageName == null || notificationChannel == null) {
4562 notificationChannel, userId, packageName);
/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleManagerTest.java106 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local
110 notificationChannel, null, in getConversation()
DPeopleSpaceTileTest.java278 NotificationChannel notificationChannel = new NotificationChannel("123", in testCreateFromConversationChannel() local
281 notificationChannel.setImportantConversation(true); in testCreateFromConversationChannel()
282 convo = new ConversationChannel(shortcutInfo, 0, notificationChannel, null, in testCreateFromConversationChannel()
/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java85 NotificationChannel notificationChannel) { in setNotificationChannel() argument
86 mNotificationChannel = notificationChannel; in setNotificationChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfo.java82 NotificationChannel notificationChannel, in bindNotification() argument
93 mNotificationChannel = notificationChannel; in bindNotification()
DNotificationConversationInfo.java202 NotificationChannel notificationChannel, in bindNotification() argument
224 mNotificationChannel = notificationChannel; in bindNotification()
DNotificationInfo.java196 NotificationChannel notificationChannel, in bindNotification() argument
219 mSingleNotificationChannel = notificationChannel; in bindNotification()
/frameworks/base/apex/jobscheduler/framework/java/com/android/server/job/
DJobSchedulerInternal.java77 @NonNull String notificationChannel, int userId, @NonNull String packageName); in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/
DPeopleServiceTest.java292 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local
296 notificationChannel, null, in getConversation()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java874 final NotificationChannel notificationChannel = new NotificationChannel(
878 System.currentTimeMillis()), notificationChannel);
DNotificationManagerServiceTest.java4070 NotificationChannel notificationChannel = new NotificationChannel("id", "id", in testDeleteChannelGroupChecksForFgses() local
4072 notificationChannel.setGroup("group"); in testDeleteChannelGroupChecksForFgses()
4074 new ParceledListSlice(ImmutableList.of(notificationChannel)); in testDeleteChannelGroupChecksForFgses()
4089 NotificationChannel notificationChannel = in testDeleteChannelGroupChecksForFgses() local
4091 notificationChannel.setGroup("new"); in testDeleteChannelGroupChecksForFgses()
4093 new ParceledListSlice(ImmutableList.of(notificationChannel)); in testDeleteChannelGroupChecksForFgses()
13969 NotificationChannel notificationChannel = new NotificationChannel("id", "id",
13971 notificationChannel.setGroup("group");
13973 new ParceledListSlice(ImmutableList.of(notificationChannel));
13988 NotificationChannel notificationChannel =
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1789 NotificationChannel notificationChannel = new NotificationChannel(shortcutId, in getConversationChannelWrapper() local
1792 notificationChannel.setImportantConversation(importantConversation); in getConversationChannelWrapper()
1793 convo.setNotificationChannel(notificationChannel); in getConversationChannelWrapper()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java4763 final NotificationChannel notificationChannel = new NotificationChannel( in showSatelliteSystemNotification() local
4768 notificationChannel.setSound(null, null); in showSatelliteSystemNotification()
4771 notificationManager.createNotificationChannel(notificationChannel); in showSatelliteSystemNotification()