Searched refs:CtsCallDiagnosticService (Results 1 – 2 of 2) sorted by relevance
45 private CtsCallDiagnosticService mService;86 final CtsCallDiagnosticService.CtsCallDiagnostics diagnosticCall = in testAddCallAndPassValues()210 CtsCallDiagnosticService.CtsCallDiagnostics diagnosticCall = mService.getCalls().get(0); in testReceiveD2DMessage()229 CtsCallDiagnosticService.CtsCallDiagnostics diagnosticCall = mService.getCalls().get(0); in testSendD2DMessage()257 CtsCallDiagnosticService.CtsCallDiagnostics diagnosticCall = mService.getCalls().get(0); in testDisplayDiagnosticMessage()281 CtsCallDiagnosticService.CtsCallDiagnostics diagnosticCall = mService.getCalls().get(0); in testClearDisplayDiagnosticMessage()305 CtsCallDiagnosticService.CtsCallDiagnostics diagnosticCall = mService.getCalls().get(0); in testSetNullDisconnectMessage()326 CtsCallDiagnosticService.CtsCallDiagnostics diagnosticCall = mService.getCalls().get(0); in testOverrideDisconnectMessage()362 CtsCallDiagnosticService.CtsCallDiagnostics diagnosticCall = mService.getCalls().get(0); in testReceiveCallQualityReport()386 CtsCallDiagnosticService.getBindLatch().await(TestUtils.WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, in setupCall()[all …]
36 public class CtsCallDiagnosticService extends CallDiagnosticService { class38 private static CtsCallDiagnosticService sCtsCallDiagnosticService;176 public static CtsCallDiagnosticService getInstance() { in getInstance()