diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2021-03-15 10:20:40 +0900 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2021-03-15 10:26:02 +0900 |
commit | 9f400b08d926b262cac99ca596dc196e8b79097e (patch) | |
tree | 308fcf5f2b400f6060ed11b2eba8f575934f0e89 /tests/net/java/com/android/server/ConnectivityServiceTest.java | |
parent | 4600169731c70ac21d3ad3ff36c069342bfa0b73 (diff) |
Add ParseException constructors to API
ParseException constructors are used by both platform and mainline
module code, so they can't be package-private.
Removing dependencies on either side is not possible as the class
itself is part of the public API, and supports APIs on both sides.
Having the constructors part of the API makes the class usable by both
sides.
Fixes: 182705505
Test: CtsNetTestCases for APIs using the exception
Change-Id: Ia396ab2fa3afaed3cf474c8e60f72fc7f3f4fded
Diffstat (limited to 'tests/net/java/com/android/server/ConnectivityServiceTest.java')
0 files changed, 0 insertions, 0 deletions