Searched refs:telecomId (Results 1 – 1 of 1) sorted by relevance
139 final void internalSetPostDialWait(String telecomId, String remaining) { in internalSetPostDialWait() argument140 Call call = mCallByTelecomCallId.get(telecomId); in internalSetPostDialWait()155 final Call internalGetCallByTelecomId(String telecomId) { in internalGetCallByTelecomId() argument156 return mCallByTelecomCallId.get(telecomId); in internalGetCallByTelecomId()