Searched refs:UpdateLinkPropertyResult (Results 1 – 4 of 4) sorted by relevance
48 import com.android.internal.telephony.dataconnection.DataConnection.UpdateLinkPropertyResult;77 UpdateLinkPropertyResult mResult;101 mResult = new UpdateLinkPropertyResult(lp); in setUp()
38 import com.android.internal.telephony.dataconnection.DataConnection.UpdateLinkPropertyResult;354 UpdateLinkPropertyResult result = dc.updateLinkProperty(newState); in onDataStateChanged()
479 public static class UpdateLinkPropertyResult { class in DataConnection483 public UpdateLinkPropertyResult(LinkProperties curLp) { in UpdateLinkPropertyResult() method in DataConnection.UpdateLinkPropertyResult546 public UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) { in updateLinkProperty()547 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties); in updateLinkProperty()
23200 …llResponse;)Lcom/android/internal/telephony/dataconnection/DataConnection$UpdateLinkPropertyResult;