commit | c1da6255134cc5b6a98491a97b589e9697b77e1a | [log] [tgz] |
---|---|---|
author | lucaslin <lucaslin@google.com> | Mon Mar 22 19:15:51 2021 +0800 |
committer | Lucas Lin <lucaslin@google.com> | Thu Mar 25 10:21:07 2021 +0000 |
tree | b1f0dc438e716e5d2b71ae47c446f8ca09462f21 | |
parent | da9fb40e73429182b993ed8904d61e3dc3ddc76c [diff] |
Add annotation for Vpn#getNetwork() - Add @VisibleForTesting & @Nullable for Vpn#getNetwork(). - Remove null check in caller side(test) of Vpn#getNetwork() because if the code is working properly, it can never be null. Bug: 182963397 Test: atest FrameworksNetTests Change-Id: Ic52864003fbebd9f4e95d43fefc2e168437b0122 Merged-In: Ic52864003fbebd9f4e95d43fefc2e168437b0122 (cherry-picked from ag/13946573)