HomeSort by relevance Sort by last modified time
    Searched full:updatelinkproperty (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 258 UpdateLinkPropertyResult result = dc.updateLinkProperty(newState);
DataConnection.java 341 UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) {
352 if (DBG) log("updateLinkProperty failed : " + result.setupResult);
365 log("updateLinkProperty old LP=" + result.oldLp);
366 log("updateLinkProperty new LP=" + result.newLp);
786 result = updateLinkProperty(response).setupResult;
    [all...]

Completed in 3529 milliseconds