Home
last modified time | relevance | path

Searched refs:serviceStub (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/speech/
DSpeechRecognitionManagerService.java61 SpeechRecognitionManagerServiceStub serviceStub = new SpeechRecognitionManagerServiceStub(); in onStart() local
62 publishBinderService(Context.SPEECH_RECOGNITION_SERVICE, serviceStub); in onStart()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java271 IGbaService.Stub serviceStub = mock(IGbaService.Stub.class); in bindAndConnectService() local
273 when(serviceStub.queryLocalInterface(any())).thenReturn(mMockGbaServiceBinder); in bindAndConnectService()
274 connection.onServiceConnected(component, serviceStub); in bindAndConnectService()
/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/service/
DSharedConnectivityService.java83 IBinder serviceStub = new ISharedConnectivityService.Stub() { in onBind() local
257 return serviceStub; in onBind()