Searched refs:getTelecomCall (Results 1 – 3 of 3) sorted by relevance
512 /* package-private */ Call getTelecomCall() { in getTelecomCall() method in DialerCall921 return telecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()1072 return getTelecomCall().isRttActive(); in isActiveRttCall()1084 return getTelecomCall().getRttCall(); in getRttCall()1121 getTelecomCall().sendRttRequest(); in sendRttUpgradeRequest()1133 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()