Searched refs:serviceStub (Results 1 – 3 of 3) sorted by relevance
61 SpeechRecognitionManagerServiceStub serviceStub = new SpeechRecognitionManagerServiceStub(); in onStart() local62 publishBinderService(Context.SPEECH_RECOGNITION_SERVICE, serviceStub); in onStart()
271 IGbaService.Stub serviceStub = mock(IGbaService.Stub.class); in bindAndConnectService() local273 when(serviceStub.queryLocalInterface(any())).thenReturn(mMockGbaServiceBinder); in bindAndConnectService()274 connection.onServiceConnected(component, serviceStub); in bindAndConnectService()
83 IBinder serviceStub = new ISharedConnectivityService.Stub() { in onBind() local257 return serviceStub; in onBind()