Home
last modified time | relevance | path

Searched refs:onNotificationPostedFull (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl37 void onNotificationPostedFull(in StatusBarNotification sbn, in onNotificationPostedFull() method
DNotificationListenerService.java1495 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/
DNotificationListenersTest.java914 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/
DNotificationManagerService.java13967 listener.onNotificationPostedFull(sbn, rankingUpdate);