Searched refs:uidRanges (Results 1 – 2 of 2) sorted by relevance
389 void setAllowOnlyVpnForUids(boolean enable, in UidRange[] uidRanges); in setAllowOnlyVpnForUids() argument
1409 public void setAllowOnlyVpnForUids(boolean add, UidRange[] uidRanges) in setAllowOnlyVpnForUids() argument1413 mNetdService.networkRejectNonSecureVpn(add, toStableParcels(uidRanges)); in setAllowOnlyVpnForUids()1415 Log.w(TAG, "setAllowOnlyVpnForUids(" + add + ", " + Arrays.toString(uidRanges) + ")" in setAllowOnlyVpnForUids()1419 Log.w(TAG, "setAllowOnlyVpnForUids(" + add + ", " + Arrays.toString(uidRanges) + ")" in setAllowOnlyVpnForUids()