Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DICallNotificationEventCallback.aidl28 void onCallNotificationRemoved(String packageName, in UserHandle userHandle); in onCallNotificationRemoved() method
DNotificationManager.java2941 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/
DNotificationManagerServiceTest.java15430 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/
DNotificationManagerService.java12466 .onCallNotificationRemoved(r.getSbn().getPackageName(),
/frameworks/base/core/api/
Dsystem-current.txt1063 …droid.service.notification.callstyle_callback_api") public void onCallNotificationRemoved(@NonNull…