History log of /frameworks/base/core/java/android/net/IpPrefix.aidl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9cd7af310c8948c87dd609c4015ec086e26aed3b 04-Jan-2017 Robert Quattlebaum <rquattle@google.com> Minor updates to reflect libbinder changes.

* Parcel: Update comment to reflect new file path
* IpPrefix: Update AIDL file to indicate appropriate C++ header

Change-Id: Ia9edccca5e8ef1f36a709b593a768003e1234dfa
/frameworks/base/core/java/android/net/IpPrefix.aidl
cc91c7b804a079f7b20404827277c61dd403805f 04-Jun-2014 Sreeram Ramachandran <sreeram@google.com> Add a new IpPrefix class and use it in RouteInfo.

This change uses IpPrefix only in the public API and continues
to use LinkAddress for everything else. It does not change the
callers to use the new APIs, with the exception of changing
all current uses of getDestination to getDestinationLinkAddress
to make room for the new getDestination method that returns an
IpPrefix.

Based on Sreeram's earlier change:
https://googleplex-android-review.git.corp.google.com/#/c/477874/
but a bit simplified and with a bit more documentation.

Bug: 15142362
Bug: 13885501
Change-Id: Ib4cd96b22cbff4ea31bb26a7853989f50da8de4e
/frameworks/base/core/java/android/net/IpPrefix.aidl