HomeSort by relevance Sort by last modified time
    Searched defs:setGatewayInfoForConnection (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CallGatewayManager.java 106 public void setGatewayInfoForConnection(Connection connection, RawGatewayInfo gatewayInfo) {
115 * Clears the gateway information previously stored via setGatewayInfoForConnection.
118 setGatewayInfoForConnection(connection, EMPTY_INFO);
123 * setGatewayInfoForConnection, return the associated raw gateway info data. If not, then
PhoneUtils.java 740 callGateway.setGatewayInfoForConnection(connection, gatewayInfo);
    [all...]

Completed in 245 milliseconds