Searched refs:callid (Results 1 – 1 of 1) sorted by relevance
449 protected void setCallID(String callid) { in setCallID() argument450 assertNotNull("Call Id is set to null", callid); in setCallID()451 mCurrentCallId = callid; in setCallID()455 String callid = getCallId(call); in addCall() local456 setCallID(callid); in addCall()458 mCalls.put(callid, call); in addCall()492 String callid = getCallId(call); in removeCall() local495 if (entry.getKey().equals(callid)) { in removeCall()