Searched defs:telecomId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java139 final void internalSetPostDialWait(String telecomId, String remaining) { argument
140 Call call = mCallByTelecomCallId.get(telecomId);
155 final Call internalGetCallByTelecomId(String telecomId) { argument
156 return mCallByTelecomCallId.get(telecomId);

Completed in 631 milliseconds