Searched refs:uidRanges (Results 1 – 2 of 2) sorted by relevance
450 void setAllowOnlyVpnForUids(boolean enable, in UidRange[] uidRanges); in setAllowOnlyVpnForUids() argument
1790 public void setAllowOnlyVpnForUids(boolean add, UidRange[] uidRanges) in setAllowOnlyVpnForUids() argument1795 mNetdService.networkRejectNonSecureVpn(add, uidRanges); in setAllowOnlyVpnForUids()1797 Log.w(TAG, "setAllowOnlyVpnForUids(" + add + ", " + Arrays.toString(uidRanges) + ")" in setAllowOnlyVpnForUids()1801 Log.w(TAG, "setAllowOnlyVpnForUids(" + add + ", " + Arrays.toString(uidRanges) + ")" in setAllowOnlyVpnForUids()