Home
last modified time | relevance | path

Searched refs:sbnHolder (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java171 public void onNotificationEnqueued(IStatusBarNotificationHolder sbnHolder) { in onNotificationEnqueued() argument
174 sbn = sbnHolder.get(); in onNotificationEnqueued()
188 IStatusBarNotificationHolder sbnHolder, String snoozeCriterionId) in onNotificationSnoozedUntilContext() argument
192 sbn = sbnHolder.get(); in onNotificationSnoozedUntilContext()
DNotificationListenerService.java1222 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() argument
1226 sbn = sbnHolder.get(); in onNotificationPosted()
1263 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() argument
1267 sbn = sbnHolder.get(); in onNotificationRemoved()