Home
last modified time | relevance | path

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

/cts/tests/app/NotificationListener/src/com/android/test/notificationlistener/
DINotificationUriAccessService.aidl19 interface INotificationUriAccessService { interface
DNotificationUriAccessService.kt26 private inner class MyNotificationUriAccessService : INotificationUriAccessService.Stub() {
/cts/tests/app/NotificationListener/
DAndroid.bp25 "src/com/android/test/notificationlistener/INotificationUriAccessService.aidl",
/cts/tests/app/
DAndroid.bp44 …NotificationListener/src/com/android/test/notificationlistener/INotificationUriAccessService.aidl",
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java148 import com.android.test.notificationlistener.INotificationUriAccessService;
222 private INotificationUriAccessService mNotificationUriAccessService;
3000 mNotificationUriAccessService = INotificationUriAccessService.Stub.asInterface(service); in onServiceConnected()