Searched refs:CallNotificationEventListener (Results 1 – 3 of 3) sorted by relevance
13 android.app.NotificationManager.CallNotificationEventListener
1050 ….util.concurrent.Executor, @NonNull android.app.NotificationManager.CallNotificationEventListener);1053 …lNotificationEventListener(@NonNull android.app.NotificationManager.CallNotificationEventListener);1059 …allstyle_callback_api") public static interface NotificationManager.CallNotificationEventListener {
54 import android.app.NotificationManager.CallNotificationEventListener;3272 new CallNotificationEventListener() { in testCallNotificationListener_registerCallback_noInteractAcrossUsersPermission() method3299 new CallNotificationEventListener() { in testCallNotificationListener_registerCallback_noAccessNotificationsPermission() method3322 new CallNotificationEventListener() { in testCallNotificationListener_registerCallback_withPermission() method3345 new CallNotificationEventListener() { in testCallNotificationListener_callstyleNotificationPosted() method3393 new CallNotificationEventListener() { in testCallNotificationListener_nonCallStyleNotificationPosted() method3423 final CallNotificationEventListener listener = new CallNotificationEventListener() { in testCallNotificationListener_unregisterListener()