Searched refs:UpdateLinkPropertyResult (Results 1 – 3 of 3) sorted by relevance
19 import com.android.internal.telephony.DataConnection.UpdateLinkPropertyResult;314 public UpdateLinkPropertyResult rspUpdateLinkPropertiesDataCallState(Message response) { in rspUpdateLinkPropertiesDataCallState()315 UpdateLinkPropertyResult retVal = (UpdateLinkPropertyResult)response.obj; in rspUpdateLinkPropertiesDataCallState()325 public UpdateLinkPropertyResult updateLinkPropertiesDataCallStateSync(DataCallState newState) { in updateLinkPropertiesDataCallStateSync()333 return new UpdateLinkPropertyResult(new LinkProperties()); in updateLinkPropertiesDataCallStateSync()
524 public static class UpdateLinkPropertyResult { class in DataConnection528 public UpdateLinkPropertyResult(LinkProperties curLp) { in UpdateLinkPropertyResult() method in DataConnection.UpdateLinkPropertyResult534 private UpdateLinkPropertyResult updateLinkProperty(DataCallState newState) { in updateLinkProperty()535 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties); in updateLinkProperty()633 UpdateLinkPropertyResult result = in processMessage()
58 import com.android.internal.telephony.DataConnection.UpdateLinkPropertyResult;1163 UpdateLinkPropertyResult result = in onDataStateChanged()