commit | c2614bb1297234d89f1a428a8b589bb1373a68dd | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Wed Jan 06 20:10:15 2016 +0000 |
committer | Narayan Kamath <narayan@google.com> | Fri Jan 08 10:28:42 2016 +0000 |
tree | 236ac951adc8014dd2559d3c9dde80ad821b86d9 | |
parent | 65ab35eb98f92c810891bcfa01231b8e8466b21e [diff] |
Inet6Address : Clean up and add block-guard checks. Removes a significant of duplicated code. The main goal of this change is to move most of the actual implementation into Inet6AddressImpl instead of having things split between InetAddress and Inet6AddressImpl. Note that parseNumericAddress remains in InetAddress for now since it's called from the frameworks. bug: 25861497 Change-Id: I263c276ae8f7d5be8fcf0d34441f0e0702e1b6b3