Searched refs:getTelecomCall (Results 1 – 3 of 3) sorted by relevance
625 mCallByTelecomCall.put(call.getTelecomCall(), call); in updateCallInMap()630 mCallByTelecomCall.put(call.getTelecomCall(), call); in updateCallInMap()634 mCallByTelecomCall.remove(call.getTelecomCall()); in updateCallInMap()
409 /* package-private */ Call getTelecomCall() { in getTelecomCall() method in DialerCall698 return mTelecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()1131 StatusHints statusHints = getTelecomCall().getDetails().getStatusHints(); in getCallbackNumber()
66 return call == null ? null : call.getTelecomCall(); in getTelecomCallById()