Searched refs:mBinderListener (Results 1 – 2 of 2) sorted by relevance
80 private final IAppContextListenerImpl mBinderListener; field in CarAppContextManager92 mBinderListener = new IAppContextListenerImpl(this); in CarAppContextManager()111 mService.registerContextListener(mBinderListener, contextFilter); in registerContextListener()129 mService.unregisterContextListener(mBinderListener); in unregisterContextListener()148 return mService.isOwningContext(mBinderListener, context); in isOwningContext()174 mService.setActiveContexts(mBinderListener, contexts); in setActiveContexts()194 mService.resetActiveContexts(mBinderListener, contexts); in resetActiveContexts()
58 private final ICarProjectionListenerImpl mBinderListener; field in CarProjectionManager69 mBinderListener = new ICarProjectionListenerImpl(this); in CarProjectionManager()87 mService.regsiterProjectionListener(mBinderListener, voiceSearchFilter); in regsiterProjectionListener()104 mService.unregsiterProjectionListener(mBinderListener); in unregsiterProjectionListener()