HomeSort by relevance Sort by last modified time
    Searched refs:setLinkProperties (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataCallResponse.java 107 public SetupResult setLinkProperties(LinkProperties linkProperties,
220 Rlog.d(LOG_TAG, "setLinkProperties: UnknownHostException " + e);
235 Rlog.d(LOG_TAG, "setLinkProperties: error clearing LinkProperties " +
DataConnection.java 292 result.setupResult = setLinkProperties(newState, result.newLp);
706 private DataCallResponse.SetupResult setLinkProperties(DataCallResponse response,
717 return response.setLinkProperties(lp, okToUseSystemPropertyDns);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 572 void setLinkProperties(int netId, LinkProperties linkProperties) {
    [all...]
WifiStateMachine.java     [all...]

Completed in 164 milliseconds