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 273 static class UpdateLinkPropertyResult {
277 public UpdateLinkPropertyResult(LinkProperties curLp) {
283 UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) {
284 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties);
    [all...]

Completed in 284 milliseconds