Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallCardPresenter.java904 if (hasOutgoingGatewayCall()) { in getGatewayNumber()
924 if (hasOutgoingGatewayCall() && getUi() != null) { in getConnectionLabel()
967 private boolean hasOutgoingGatewayCall() { in hasOutgoingGatewayCall() method in CallCardPresenter