Searched refs:onCallNotificationPosted (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ICallNotificationEventCallback.aidl | 27 void onCallNotificationPosted(String packageName, in UserHandle userHandle); in onCallNotificationPosted() method
|
D | NotificationManager.java | 2933 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/ |
D | NotificationManagerServiceTest.java | 15424 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/ |
D | NotificationManagerService.java | 4888 listener.onCallNotificationPosted(packageName, r.getUser()); 12463 .onCallNotificationPosted(r.getSbn().getPackageName(), r.getUser());
|
/frameworks/base/core/api/ |
D | system-current.txt | 1062 …droid.service.notification.callstyle_callback_api") public void onCallNotificationPosted(@NonNull …
|