Searched refs:UpdateLinkPropertyResult (Results 1 – 5 of 5) sorted by relevance
48 import com.android.internal.telephony.dataconnection.DataConnection.UpdateLinkPropertyResult;77 UpdateLinkPropertyResult mResult;101 mResult = new UpdateLinkPropertyResult(lp); in setUp()
35 import com.android.internal.telephony.dataconnection.DataConnection.UpdateLinkPropertyResult;354 UpdateLinkPropertyResult result = dc.updateLinkProperty(newState); in onDataStateChanged()
462 public static class UpdateLinkPropertyResult { class in DataConnection466 public UpdateLinkPropertyResult(LinkProperties curLp) { in UpdateLinkPropertyResult() method in DataConnection.UpdateLinkPropertyResult529 public UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) { in updateLinkProperty()530 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties); in updateLinkProperty()
8931 com.android.internal.telephony.dataconnection.DataConnection$UpdateLinkPropertyResult
49594 Lcom/android/internal/telephony/dataconnection/DataConnection$UpdateLinkPropertyResult;