Searched refs:telecomId (Results 1 – 1 of 1) sorted by relevance
152 final void internalSetPostDialWait(String telecomId, String remaining) { in internalSetPostDialWait() argument153 Call call = mCallByTelecomCallId.get(telecomId); in internalSetPostDialWait()166 final Call internalGetCallByTelecomId(String telecomId) { in internalGetCallByTelecomId() argument167 return mCallByTelecomCallId.get(telecomId); in internalGetCallByTelecomId()