Home
last modified time | relevance | path

Searched refs:CallNotificationEventListener (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtype-blocklist.txt13 android.app.NotificationManager.CallNotificationEventListener
Dsystem-current.txt1050 ….util.concurrent.Executor, @NonNull android.app.NotificationManager.CallNotificationEventListener);
1053 …lNotificationEventListener(@NonNull android.app.NotificationManager.CallNotificationEventListener);
1059 …allstyle_callback_api") public static interface NotificationManager.CallNotificationEventListener {
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java54 import android.app.NotificationManager.CallNotificationEventListener;
3272 new CallNotificationEventListener() { in testCallNotificationListener_registerCallback_noInteractAcrossUsersPermission() method
3299 new CallNotificationEventListener() { in testCallNotificationListener_registerCallback_noAccessNotificationsPermission() method
3322 new CallNotificationEventListener() { in testCallNotificationListener_registerCallback_withPermission() method
3345 new CallNotificationEventListener() { in testCallNotificationListener_callstyleNotificationPosted() method
3393 new CallNotificationEventListener() { in testCallNotificationListener_nonCallStyleNotificationPosted() method
3423 final CallNotificationEventListener listener = new CallNotificationEventListener() { in testCallNotificationListener_unregisterListener()