Searched refs:telecomId (Results 1 – 1 of 1) sorted by relevance
210 final void internalSetPostDialWait(String telecomId, String remaining) { in internalSetPostDialWait() argument211 Call call = mCallByTelecomCallId.get(telecomId); in internalSetPostDialWait()224 final Call internalGetCallByTelecomId(String telecomId) { in internalGetCallByTelecomId() argument225 return mCallByTelecomCallId.get(telecomId); in internalGetCallByTelecomId()243 final void internalOnConnectionEvent(String telecomId, String event, Bundle extras) { in internalOnConnectionEvent() argument244 Call call = mCallByTelecomCallId.get(telecomId); in internalOnConnectionEvent()