Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationListener/src/com/android/test/notificationlistener/
DINotificationUriAccessService.aidl19 interface INotificationUriAccessService { interface
DNotificationUriAccessService.kt26 private inner class MyNotificationUriAccessService : INotificationUriAccessService.Stub() {
/cts/tests/tests/notification/NotificationListener/
DAndroid.bp25 "src/com/android/test/notificationlistener/INotificationUriAccessService.aidl",
/cts/tests/tests/notification/
DAndroid.bp61 …NotificationListener/src/com/android/test/notificationlistener/INotificationUriAccessService.aidl",
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java111 import com.android.test.notificationlistener.INotificationUriAccessService;
231 private INotificationUriAccessService mNotificationUriAccessService;
2181 mNotificationUriAccessService = INotificationUriAccessService.Stub.asInterface( in onServiceConnected()