Searched defs:UpdateLinkPropertyResult (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java280 public static class UpdateLinkPropertyResult { class in class:DataConnection
284 public UpdateLinkPropertyResult(LinkProperties curLp) { method in class:DataConnection.UpdateLinkPropertyResult
324 public UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) {
325 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties);

Completed in 84 milliseconds