Searched defs:updateLinkProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java324 public UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) { method in class:DataConnection
335 if (DBG) log("updateLinkProperty failed : " + result.setupResult);
348 log("updateLinkProperty old LP=" + result.oldLp);
349 log("updateLinkProperty new LP=" + result.newLp);
726 result = updateLinkProperty(response).setupResult;

Completed in 41 milliseconds