/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobNotificationCoordinator.java | 89 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 D | JobConcurrencyManager.java | 1952 @NonNull String notificationChannel, int userId, @NonNull String packageName) { in isNotificationChannelAssociatedWithAnyUserInitiatedJobs() 1954 notificationChannel, userId, packageName); in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
|
H A D | JobSchedulerService.java | 4092 @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 D | ConversationChannelWrapper.java | 85 NotificationChannel notificationChannel) { in setNotificationChannel() argument 86 mNotificationChannel = notificationChannel; in setNotificationChannel()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/ |
H A D | PeopleManagerTest.java | 106 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local 110 notificationChannel, null, in getConversation()
|
H A D | PeopleSpaceTileTest.java | 278 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 D | PartialConversationInfo.java | 85 NotificationChannel notificationChannel, in bindNotification() argument 97 mNotificationChannel = notificationChannel; in bindNotification()
|
H A D | NotificationConversationInfo.java | 201 NotificationChannel notificationChannel, in bindNotification() argument 223 mNotificationChannel = notificationChannel; in bindNotification()
|
H A D | NotificationInfo.java | 198 NotificationChannel notificationChannel, in bindNotification() argument 224 mSingleNotificationChannel = notificationChannel; in bindNotification()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/job/ |
H A D | JobSchedulerInternal.java | 77 @NonNull String notificationChannel, int userId, @NonNull String packageName); in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/ |
H A D | PeopleServiceTest.java | 266 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 D | VpnStatusObserver.kt | 45 private val notificationChannel = createNotificationChannel() regex
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | SnoozeHelperTest.java | 851 final NotificationChannel notificationChannel = new NotificationChannel( 855 System.currentTimeMillis()), notificationChannel);
|
H A D | NotificationManagerServiceTest.java | 3616 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 D | PeopleSpaceWidgetManagerTest.java | 1733 NotificationChannel notificationChannel = new NotificationChannel(shortcutId, in getConversationChannelWrapper() local 1736 notificationChannel.setImportantConversation(importantConversation); in getConversationChannelWrapper() 1737 convo.setNotificationChannel(notificationChannel); in getConversationChannelWrapper()
|