Home
last modified time | relevance | path

Searched refs:onCallNotificationPosted (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DICallNotificationEventCallback.aidl27 void onCallNotificationPosted(String packageName, in UserHandle userHandle); in onCallNotificationPosted() method
DNotificationManager.java2933 void onCallNotificationPosted(@NonNull String packageName, @NonNull UserHandle userHandle); in onCallNotificationPosted() method
2962 public void onCallNotificationPosted(String packageName, UserHandle userHandle) { in onCallNotificationPosted() method in NotificationManager.CallNotificationEventCallbackStub
2963 mExecutor.execute(() -> mListener.onCallNotificationPosted(packageName, userHandle)); in onCallNotificationPosted()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java15424 verify(listener, times(1)).onCallNotificationPosted(mPkg, userHandle);
15448 verify(listener, never()).onCallNotificationPosted(anyString(), any());
15471 verify(listener, times(1)).onCallNotificationPosted(mPkg, otherUser);
15494 verify(listener, never()).onCallNotificationPosted(anyString(), any());
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4888 listener.onCallNotificationPosted(packageName, r.getUser());
12463 .onCallNotificationPosted(r.getSbn().getPackageName(), r.getUser());
/frameworks/base/core/api/
Dsystem-current.txt1062 …droid.service.notification.callstyle_callback_api") public void onCallNotificationPosted(@NonNull …