summaryrefslogtreecommitdiff
path: root/framework/src/android/net/ProfileNetworkPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* Do not remove profile network preference for different uidsSooraj Sasindran2022-05-091-2/+2
| | | | | | | | | | | | Multiple enterprise slice can be setup within single user profile based on different uids. So do not remove profile network preference with same user profile but with different uids Bug: 229644102 Test: manual system test and ConnectivityServciceTest Change-Id: I897b643e01240958fff575de9e15182069efc698 (cherry picked from commit 9cc129f37d2ceeaafdcc5ad05402810ae035288c) Merged-In: I897b643e01240958fff575de9e15182069efc698
* Use int array for included and excluded uidsSooraj Sasindran2022-03-161-49/+41
| | | | | | | | | Use int array for included and excluded uids so that uses same data type as in PreferentialNetworkServiceConfig Bug: 217365439 Test: ran connectivity service unit tests Change-Id: I9ac7e6498df2fd20b8397b2c110296e019c7389e
* Add support for Multiple enterprise sliceSooraj Sasindran2022-01-221-4/+77
| | | | | | | Bug: 194332512 Test: unit test CTS-Coverage-Bug: 211133973 Change-Id: Ie8be08a7cfa9155168d1da146d02fd1643248bdc
* Ability to specify which all applications fall under enterprise slice.Sooraj Sasindran2022-01-211-4/+109
| | | | | | Bug: 194332512 Test: unit test Change-Id: I94549a41aaa717add22b0a3e5035beacf6f1b8f2
* Ability for DPM to specify fallback mechanismSooraj Sasindran2022-01-131-1/+2
| | | | | | Bug: 194332512 Test: unit test Change-Id: Id4d85da8f64e7559326c4657b8833dac3ce5ce3d
* Add a method to apply a set of network preferences to a user profileSooraj Sasindran2022-01-111-0/+128
Add a method to apply a set of network preferences to a user profile Bug: 194332512 CTS-Coverage-Bug: 211133973 Test: CTS Change-Id: I97730ea14e7c96922236fd77a591e5acadd875ba