Searched refs:mCallDiagnosticService (Results 1 – 2 of 2) sorted by relevance
88 private CallDiagnosticServiceController mCallDiagnosticService; field in CallDiagnosticServiceControllerTest111 mCallDiagnosticService = new CallDiagnosticServiceController(mContextProxy, in setUp()123 mCallDiagnosticService.onCallAdded(mockCall); in testNoBindOnNonSimCall()138 mCallDiagnosticService.onCallAdded(mockCall); in testNoBindOnExternalCall()149 mCallDiagnosticService.onCallAdded(mCall); in testAddSimCallCausesBind()175 mCallDiagnosticService.onCallRemoved(mCall); in testRemoveSimCallCausesRemoveAndUnbind()187 mCallDiagnosticService.onCallAdded(mCallTwo); in testAddTwo()191 mCallDiagnosticService.onCallRemoved(mCall); in testAddTwo()195 mCallDiagnosticService.onCallRemoved(mCallTwo); in testAddTwo()208 mCallDiagnosticService.setTestCallDiagnosticService(TEST_CDS_PACKAGE); in testTestOverride()[all …]
180 mCallDiagnosticService = ICallDiagnosticService.Stub.asInterface(service); in onServiceConnected()182 handleConnectionComplete(mCallDiagnosticService); in onServiceConnected()195 mCallDiagnosticService = null; in onServiceDisconnected()209 mCallDiagnosticService = null; in onBindingDied()238 private ICallDiagnosticService mCallDiagnosticService; field in CallDiagnosticServiceController272 sendCallToBoundService(call, mCallDiagnosticService); in onCallAdded()295 mCallDiagnosticService.notifyCallDisconnected(callId, disconnectCause); in onCallDisconnected()317 removeCallFromBoundService(call, mCallDiagnosticService); in onCallRemoved()332 if (mCallDiagnosticService != null) { in onCallAudioStateChanged()334 mCallDiagnosticService.updateCallAudioState(newCallAudioState); in onCallAudioStateChanged()[all …]