Searched refs:onNotificationPostedFull (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 37 void onNotificationPostedFull(in StatusBarNotification sbn, in onNotificationPostedFull() method
|
D | NotificationListenerService.java | 1495 onNotificationPostedFull(sbn, update); in onNotificationPosted() 1499 public void onNotificationPostedFull(StatusBarNotification sbn, in onNotificationPostedFull() method in NotificationListenerService.NotificationListenerWrapper
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenersTest.java | 914 verify(sysuiListener, times(1)).onNotificationPostedFull(sbnCaptor.capture(), any()); in testListenerPostLifetimeExtended_UpdatesOnlySysui() 1013 verify(sysuiListener, times(1)).onNotificationPostedFull(sbnCaptor.capture(), any()); in testListenerPostLifetimeExtension_postsToAppropriateListeners() 1026 verify(otherListener1, times(1)).onNotificationPostedFull(any(), any()); in testListenerPostLifetimeExtension_postsToAppropriateListeners() 1027 verify(otherListener2, times(1)).onNotificationPostedFull(any(), any()); in testListenerPostLifetimeExtension_postsToAppropriateListeners() 1111 verify(sysuiListener, times(1)).onNotificationPostedFull(sbnCaptor.capture(), any()); in testNotifyPostedLocked_postsToAppropriateListeners() 1124 verify(otherListener1, times(1)).onNotificationPostedFull(any(), any()); in testNotifyPostedLocked_postsToAppropriateListeners() 1125 verify(otherListener2, times(1)).onNotificationPostedFull(any(), any()); in testNotifyPostedLocked_postsToAppropriateListeners()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 13967 listener.onNotificationPostedFull(sbn, rankingUpdate);
|