Searched refs:UpdateLinkPropertyResult (Results 1 – 2 of 2) sorted by relevance
33 import com.android.internal.telephony.dataconnection.DataConnection.UpdateLinkPropertyResult;258 UpdateLinkPropertyResult result = dc.updateLinkProperty(newState); in onDataStateChanged()
297 static class UpdateLinkPropertyResult { class in DataConnection301 public UpdateLinkPropertyResult(LinkProperties curLp) { in UpdateLinkPropertyResult() method in DataConnection.UpdateLinkPropertyResult341 UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) { in updateLinkProperty()342 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties); in updateLinkProperty()