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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcControllerTest.java 101 doReturn(mResult).when(mDc).updateLinkProperty(any(DataCallResponse.class));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 293 UpdateLinkPropertyResult result = dc.updateLinkProperty(newState);
DataConnection.java 324 public UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) {
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;
    [all...]

Completed in 184 milliseconds