Home
last modified time | relevance | path

Searched refs:callId (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallServiceControl.java35 public int getCallState(String callId) {
37 .filter(c -> c.getDetails().getTelecomCallId().equals(callId))
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsExternalCallStateTest.java36 String callId = "1"; in parcelUnparcel() local
43 ImsExternalCallState testState = new ImsExternalCallState(callId, address, localAddress, in parcelUnparcel()
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/
DICtsApi29InCallServiceControl.aidl20 int getCallState(String callId); in getCallState() argument