Searched defs:getGatewayInfo (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DCallGatewayManager.java124 public RawGatewayInfo getGatewayInfo(Connection connection) { method in class:CallGatewayManager
/packages/apps/InCallUI/src/com/android/incallui/
H A DCall.java261 if (mTelecommCall.getDetails().getGatewayInfo() != null) {
262 return mTelecommCall.getDetails().getGatewayInfo()
345 public GatewayInfo getGatewayInfo() { method in class:Call
346 return mTelecommCall.getDetails().getGatewayInfo();
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java585 GatewayInfo getGatewayInfo() { method in class:Call

Completed in 114 milliseconds