Home
last modified time | relevance | path

Searched refs:CtsCallDiagnosticService (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDiagnosticServiceTest.java45 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 …]
DCtsCallDiagnosticService.java36 public class CtsCallDiagnosticService extends CallDiagnosticService { class
38 private static CtsCallDiagnosticService sCtsCallDiagnosticService;
176 public static CtsCallDiagnosticService getInstance() { in getInstance()