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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 29 import com.android.internal.telephony.dataconnection.DataConnection.UpdateLinkPropertyResult;
241 UpdateLinkPropertyResult result = dc.updateLinkProperty(newState);
DataConnection.java 263 static class UpdateLinkPropertyResult {
267 public UpdateLinkPropertyResult(LinkProperties curLp) {
273 UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) {
274 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties);
    [all...]

Completed in 76 milliseconds