Home
last modified time | relevance | path

Searched refs:getTelecomCall (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java516 /* package-private */ Call getTelecomCall() { in getTelecomCall() method in DialerCall
925 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()
DCallList.java652 callByTelecomCall.put(call.getTelecomCall(), call); in updateCallInMap()
657 callByTelecomCall.put(call.getTelecomCall(), call); in updateCallInMap()
661 callByTelecomCall.remove(call.getTelecomCall()); in updateCallInMap()
DTelecomAdapter.java70 return call == null ? null : call.getTelecomCall(); in getTelecomCallById()