Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java449 protected void setCallID(String callid) { in setCallID() argument
450 assertNotNull("Call Id is set to null", callid); in setCallID()
451 mCurrentCallId = callid; in setCallID()
455 String callid = getCallId(call); in addCall() local
456 setCallID(callid); in addCall()
458 mCalls.put(callid, call); in addCall()
492 String callid = getCallId(call); in removeCall() local
495 if (entry.getKey().equals(callid)) { in removeCall()