Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java232 private INLSControlService mNLSControlService; field in NotificationManagerTest
2185 mNLSControlService = INLSControlService.Stub.asInterface(service); in onServiceConnected()
2196 mNLSControlService = null; in onServiceDisconnected()
2300 assertFalse(mNLSControlService.isNotificationListenerConnected()); in testNotificationListenerRequestUnbind()
2303 mNLSControlService.requestRebindComponent(); in testNotificationListenerRequestUnbind()
2305 assertTrue(mNLSControlService.isNotificationListenerConnected()); in testNotificationListenerRequestUnbind()
2308 mNLSControlService.requestUnbindComponent(); in testNotificationListenerRequestUnbind()
2310 assertFalse(mNLSControlService.isNotificationListenerConnected()); in testNotificationListenerRequestUnbind()