Searched refs:getTelecomCall (Results 1 – 3 of 3) sorted by relevance
517 /* package-private */ Call getTelecomCall() { in getTelecomCall() method in DialerCall926 return telecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()1077 return getTelecomCall().isRttActive(); in isActiveRttCall()1089 return getTelecomCall().getRttCall(); in getRttCall()1126 getTelecomCall().sendRttRequest(); in sendRttUpgradeRequest()1138 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()