History log of /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/VpnTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
17e6183b85ba3038acb935aaa01415058b2e6ddd 09-May-2016 Robin Lee <rgl@google.com> Lock down networking when waiting for always-on

Fix: 26694104
Fix: 27042309
Fix: 28335277
Change-Id: I47a4c9d2b98235195b1356af3dabf7235870e4fa
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/VpnTest.java
4d03abcd49af490dba3850d341b955dd72f24959 09-May-2016 Robin Lee <rgl@google.com> Make some of the UID-based VPN code reusable

By changing some member refs into arguments and having one of the
functions create the UID range instead of adding to mVpnUsers.

This will be useful for other layers of UID filtering like having
UIDs explicitly blocked from the VPN.

Deleted one broken line of code that cleared the status intent when
a restricted profile is removed. Other than that, this commit shouldn't
change any behaviour. If it does, that's a bug.

Bug: 26694104
Change-Id: Ieb656835d3282a8ba63cc3f12a80bfae166bcf44
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/VpnTest.java