Searched refs:listenerComponent (Results 1 – 2 of 2) sorted by relevance
535 final ComponentName listenerComponent = new ComponentName(mContext, in startListeningToSessions() local541 mSessionManager.addOnActiveSessionsChangedListener(mSessionListener, listenerComponent, in startListeningToSessions()544 .getActiveSessions(listenerComponent)); in startListeningToSessions()546 Log.d(TAG, "Registered session listener with component " + listenerComponent in startListeningToSessions()
787 final ComponentName listenerComponent = MyNotificationListenerService.getComponentName(); in registerNotificationListenerService() local788 assertTrue(listenerComponent + " has not been granted access", in registerNotificationListenerService()789 nm.isNotificationListenerAccessGranted(listenerComponent)); in registerNotificationListenerService()