Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationListener/src/com/android/test/notificationlistener/
DINLSControlService.aidl19 interface INLSControlService { interface
DNLSControlService.kt25 private inner class MyNLSControlService : INLSControlService.Stub() {
/cts/tests/tests/notification/NotificationListener/
DAndroid.bp26 "src/com/android/test/notificationlistener/INLSControlService.aidl",
/cts/tests/tests/notification/
DAndroid.bp62 "NotificationListener/src/com/android/test/notificationlistener/INLSControlService.aidl",
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java110 import com.android.test.notificationlistener.INLSControlService;
232 private INLSControlService mNLSControlService;
2185 mNLSControlService = INLSControlService.Stub.asInterface(service); in onServiceConnected()