Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java892 if (hasOutgoingGatewayCall()) { in getGatewayNumber()
921 if (hasOutgoingGatewayCall() && getUi() != null) { in getConnectionLabel()
949 private boolean hasOutgoingGatewayCall() { in hasOutgoingGatewayCall() method in CallCardPresenter