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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnection.java603 public static class UpdateLinkPropertyResult { class in class:DataConnection
607 public UpdateLinkPropertyResult(LinkProperties curLp) { method in class:DataConnection.UpdateLinkPropertyResult
613 private UpdateLinkPropertyResult updateLinkProperty(DataCallState newState) {
614 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties);
708 UpdateLinkPropertyResult result =

Completed in 36 milliseconds