Searched refs:mNLSControlService (Results 1 – 1 of 1) sorted by relevance
232 private INLSControlService mNLSControlService; field in NotificationManagerTest2185 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()