Searched refs:telecomId (Results 1 – 1 of 1) sorted by relevance
234 final void internalSetPostDialWait(String telecomId, String remaining) { in internalSetPostDialWait() argument235 Call call = getCallById(telecomId); in internalSetPostDialWait()248 final Call internalGetCallByTelecomId(String telecomId) { in internalGetCallByTelecomId() argument249 return getCallById(telecomId); in internalGetCallByTelecomId()267 final void internalOnConnectionEvent(String telecomId, String event, Bundle extras) { in internalOnConnectionEvent() argument268 Call call = getCallById(telecomId); in internalOnConnectionEvent()