Searched defs:setLinkProperties (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java117 public SetupResult setLinkProperties(LinkProperties linkProperties, method in class:DataCallResponse
234 Rlog.d(LOG_TAG, "setLinkProperties: UnknownHostException " + e);
249 Rlog.d(LOG_TAG, "setLinkProperties: error clearing LinkProperties " +
H A DDataConnection.java361 result.setupResult = setLinkProperties(newState, result.newLp);
1002 private DataCallResponse.SetupResult setLinkProperties(DataCallResponse response, method in class:DataConnection
1013 return response.setLinkProperties(lp, okToUseSystemPropertyDns);

Completed in 42 milliseconds