Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DRemoteController.java535 final ComponentName listenerComponent = new ComponentName(mContext, in startListeningToSessions() local
541 mSessionManager.addOnActiveSessionsChangedListener(mSessionListener, listenerComponent, in startListeningToSessions()
544 .getActiveSessions(listenerComponent)); in startListeningToSessions()
546 Log.d(TAG, "Registered session listener with component " + listenerComponent in startListeningToSessions()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DAbstractRestrictBackgroundNetworkTestCase.java787 final ComponentName listenerComponent = MyNotificationListenerService.getComponentName(); in registerNotificationListenerService() local
788 assertTrue(listenerComponent + " has not been granted access", in registerNotificationListenerService()
789 nm.isNotificationListenerAccessGranted(listenerComponent)); in registerNotificationListenerService()