Searched refs:mStub (Results 1 – 6 of 6) sorted by relevance
35 private ProxyServiceStub mStub; field in PacService42 mStub = new ProxyServiceStub(mPacNative); in onCreate()52 mStub = null; in onDestroy()60 mStub = new ProxyServiceStub(mPacNative); in onBind()62 return mStub; in onBind()
101 private final ProviderStub mStub; field in RemoteDisplayProvider149 mStub = new ProviderStub(); in RemoteDisplayProvider()170 return mStub; in getBinder()
216 mService.addSessionsListener(wrapper.mStub, notificationListener, userId); in addOnActiveSessionsChangedListener()238 mService.removeSessionsListener(wrapper.mStub); in removeOnActiveSessionsChangedListener()338 private final IActiveSessionsListener.Stub mStub = new IActiveSessionsListener.Stub() { field in MediaSessionManager.SessionsChangedWrapper
107 private final IVideoCallback mStub = new IVideoCallback.Stub() { field in VideoCallbackServant158 return mStub; in getStub()
227 private final IConnectionServiceAdapter mStub = new IConnectionServiceAdapter.Stub() { field in ConnectionServiceAdapterServant394 return mStub; in getStub()
934 private final MediaSessionStub mStub; field in MediaSessionCompat.MediaSessionImplBase1000 mStub = new MediaSessionStub(); in MediaSessionImplBase()1001 mToken = new Token(mStub); in MediaSessionImplBase()