Searched refs:getTelecomCall (Results 1 – 3 of 3) sorted by relevance
516 /* package-private */ Call getTelecomCall() { in getTelecomCall() method in DialerCall925 return telecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()1076 return getTelecomCall().isRttActive(); in isActiveRttCall()1088 return getTelecomCall().getRttCall(); in getRttCall()1125 getTelecomCall().sendRttRequest(); in sendRttUpgradeRequest()1137 getTelecomCall().respondToRttRequest(rttRequestId, accept); in respondToRttRequest()
652 callByTelecomCall.put(call.getTelecomCall(), call); in updateCallInMap()657 callByTelecomCall.put(call.getTelecomCall(), call); in updateCallInMap()661 callByTelecomCall.remove(call.getTelecomCall()); in updateCallInMap()
70 return call == null ? null : call.getTelecomCall(); in getTelecomCallById()