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 104 public void setGatewayInfoForConnection(Connection connection, RawGatewayInfo gatewayInfo) {
113 * Clears the gateway information previously stored via setGatewayInfoForConnection.
116 setGatewayInfoForConnection(connection, EMPTY_INFO);
121 * setGatewayInfoForConnection, return the associated raw gateway info data. If not, then
PhoneUtils.java 621 callGateway.setGatewayInfoForConnection(connection, gatewayInfo);
    [all...]

Completed in 76 milliseconds