Home
last modified time | relevance | path

Searched refs:getCalls (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDiagnosticServiceTest.java85 assertEquals(1, mService.getCalls().size()); in testAddCallAndPassValues()
87 mService.getCalls().get(0); in testAddCallAndPassValues()
132 assertEquals(2, mService.getCalls().size()); in testAddMultipleCalls()
141 assertEquals(1, mService.getCalls().size()); in testAddMultipleCalls()
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()
[all …]
DCtsCallDiagnosticService.java204 public List<CtsCallDiagnostics> getCalls() { in getCalls() method in CtsCallDiagnosticService
DExtendedInCallServiceTest.java926 List<Call> calls = inCallService.getCalls(); in testGetCalls()
934 calls = inCallService.getCalls(); in testGetCalls()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt14106 method @Deprecated public java.util.List<android.telecom.Call> getCalls();
Dcurrent.txt42968 method public final java.util.List<android.telecom.Call> getCalls();