Searched refs:sbnHolder (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | NotificationAssistantService.java | 287 public void onNotificationEnqueuedWithChannel(IStatusBarNotificationHolder sbnHolder, in onNotificationEnqueuedWithChannel() argument 291 sbn = sbnHolder.get(); in onNotificationEnqueuedWithChannel() 306 IStatusBarNotificationHolder sbnHolder, String snoozeCriterionId) { in onNotificationSnoozedUntilContext() argument 309 sbn = sbnHolder.get(); in onNotificationSnoozedUntilContext()
|
D | NotificationListenerService.java | 1266 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() argument 1270 sbn = sbnHolder.get(); in onNotificationPosted() 1307 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() argument 1311 sbn = sbnHolder.get(); in onNotificationRemoved()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 7844 (assistant, sbnHolder) -> { 7848 "calling onNotificationEnqueuedWithChannel " + sbnHolder); 7850 assistant.onNotificationEnqueuedWithChannel(sbnHolder, r.getChannel()); 7866 (assistant, sbnHolder) -> { 7882 (assistant, sbnHolder) -> { 7898 (assistant, sbnHolder) -> { 7920 (assistant, sbnHolder) -> { 7944 (assistant, sbnHolder) -> { 7947 sbnHolder, snoozeCriterionId); 7989 final StatusBarNotificationHolder sbnHolder = [all …]
|