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

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

Completed in 942 milliseconds