Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsCallDiagnosticService.java45 private List<CtsCallDiagnostics> mCalls = new ArrayList<>();
48 public class CtsCallDiagnostics extends CallDiagnostics { class in CtsCallDiagnosticService
147 CtsCallDiagnostics diagCall = new CtsCallDiagnostics(); in onInitializeCallDiagnostics()
204 public List<CtsCallDiagnostics> getCalls() { in getCalls()
DCallDiagnosticServiceTest.java86 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()