Searched refs:sbnHolder (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | NotificationAssistantService.java | 372 public void onNotificationEnqueuedWithChannel(IStatusBarNotificationHolder sbnHolder, in onNotificationEnqueuedWithChannel() argument 376 sbn = sbnHolder.get(); in onNotificationEnqueuedWithChannel() 398 IStatusBarNotificationHolder sbnHolder, String snoozeCriterionId) { in onNotificationSnoozedUntilContext() argument 401 sbn = sbnHolder.get(); in onNotificationSnoozedUntilContext()
|
D | NotificationListenerService.java | 1450 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() argument 1454 sbn = sbnHolder.get(); in onNotificationPosted() 1495 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() argument 1499 sbn = sbnHolder.get(); in onNotificationRemoved()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 11048 final StatusBarNotificationHolder sbnHolder = 11053 "calling onNotificationEnqueuedWithChannel " + sbnHolder); 11056 assistant.onNotificationEnqueuedWithChannel(sbnHolder, r.getChannel(), 11077 (assistant, sbnHolder) -> { 11097 (assistant, sbnHolder) -> { 11114 (assistant, sbnHolder) -> { 11132 (assistant, sbnHolder) -> { 11155 (assistant, sbnHolder) -> { 11180 (assistant, sbnHolder) -> { 11183 sbnHolder, snoozeCriterionId); [all …]
|