Searched refs:onCallNotificationRemoved (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ICallNotificationEventCallback.aidl | 28 void onCallNotificationRemoved(String packageName, in UserHandle userHandle); in onCallNotificationRemoved() method
|
D | NotificationManager.java | 2941 void onCallNotificationRemoved(@NonNull String packageName, @NonNull UserHandle userHandle); in onCallNotificationRemoved() method 2968 public void onCallNotificationRemoved(String packageName, UserHandle userHandle) { in onCallNotificationRemoved() method in NotificationManager.CallNotificationEventCallbackStub 2969 mExecutor.execute(() -> mListener.onCallNotificationRemoved(packageName, userHandle)); in onCallNotificationRemoved()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 15430 verify(listener, times(1)).onCallNotificationRemoved(mPkg, userHandle); 15454 verify(listener, never()).onCallNotificationRemoved(anyString(), any()); 15477 verify(listener, times(1)).onCallNotificationRemoved(mPkg, otherUser); 15500 verify(listener, never()).onCallNotificationRemoved(anyString(), any());
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 12466 .onCallNotificationRemoved(r.getSbn().getPackageName(),
|
/frameworks/base/core/api/ |
D | system-current.txt | 1063 …droid.service.notification.callstyle_callback_api") public void onCallNotificationRemoved(@NonNull…
|