Searched refs:setLinkProperties (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java107 public SetupResult setLinkProperties(LinkProperties linkProperties, method in class:DataCallResponse
220 Rlog.d(LOG_TAG, "setLinkProperties: UnknownHostException " + e);
235 Rlog.d(LOG_TAG, "setLinkProperties: error clearing LinkProperties " +
H A DDataConnection.java282 result.setupResult = setLinkProperties(newState, result.newLp);
704 private DataCallResponse.SetupResult setLinkProperties(DataCallResponse response, method in class:DataConnection
715 return response.setLinkProperties(lp, okToUseSystemPropertyDns);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java524 void setLinkProperties(int netId, LinkProperties linkProperties) { method in class:WifiConfigStore
H A DWifiStateMachine.java1822 mWifiConfigStore.setLinkProperties(mLastNetworkId, new LinkProperties(linkProperties));

Completed in 90 milliseconds