Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A 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()
H A DJobConcurrencyManager.java1952 @NonNull String notificationChannel, int userId, @NonNull String packageName) { in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
1954 notificationChannel, userId, packageName); in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
H A DJobSchedulerService.java4092 @NonNull String notificationChannel, int userId, @NonNull String packageName) {
4093 if (packageName == null || notificationChannel == null) {
4097 notificationChannel, userId, packageName);
/aosp14/frameworks/base/core/java/android/service/notification/
H A DConversationChannelWrapper.java85 NotificationChannel notificationChannel) { in setNotificationChannel() argument
86 mNotificationChannel = notificationChannel; in setNotificationChannel()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleManagerTest.java106 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local
110 notificationChannel, null, in getConversation()
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DPartialConversationInfo.java85 NotificationChannel notificationChannel, in bindNotification() argument
97 mNotificationChannel = notificationChannel; in bindNotification()
H A DNotificationConversationInfo.java201 NotificationChannel notificationChannel, in bindNotification() argument
223 mNotificationChannel = notificationChannel; in bindNotification()
H A DNotificationInfo.java198 NotificationChannel notificationChannel, in bindNotification() argument
224 mSingleNotificationChannel = notificationChannel; in bindNotification()
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/job/
H A DJobSchedulerInternal.java77 @NonNull String notificationChannel, int userId, @NonNull String packageName); in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/
H A DPeopleServiceTest.java266 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local
270 notificationChannel, null, in getConversation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DVpnStatusObserver.kt45 private val notificationChannel = createNotificationChannel() regex
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DSnoozeHelperTest.java851 final NotificationChannel notificationChannel = new NotificationChannel(
855 System.currentTimeMillis()), notificationChannel);
H A DNotificationManagerServiceTest.java3616 NotificationChannel notificationChannel = new NotificationChannel("id", "id", in testDeleteChannelGroupChecksForFgses()
3618 notificationChannel.setGroup("group"); in testDeleteChannelGroupChecksForFgses()
3620 new ParceledListSlice(ImmutableList.of(notificationChannel)); in testDeleteChannelGroupChecksForFgses()
3635 NotificationChannel notificationChannel = in testDeleteChannelGroupChecksForFgses()
3637 notificationChannel.setGroup("new"); in testDeleteChannelGroupChecksForFgses()
3639 new ParceledListSlice(ImmutableList.of(notificationChannel)); in testDeleteChannelGroupChecksForFgses()
12133 notificationChannel.setGroup("group");
12135 new ParceledListSlice(ImmutableList.of(notificationChannel));
12150 NotificationChannel notificationChannel =
12152 notificationChannel.setGroup("new");
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1733 NotificationChannel notificationChannel = new NotificationChannel(shortcutId, in getConversationChannelWrapper() local
1736 notificationChannel.setImportantConversation(importantConversation); in getConversationChannelWrapper()
1737 convo.setNotificationChannel(notificationChannel); in getConversationChannelWrapper()