Searched refs:uidRanges (Results 1 – 2 of 2) sorted by relevance
401 void setAllowOnlyVpnForUids(boolean enable, in UidRange[] uidRanges); in setAllowOnlyVpnForUids() argument
1463 public void setAllowOnlyVpnForUids(boolean add, UidRange[] uidRanges) in setAllowOnlyVpnForUids() argument1467 mNetdService.networkRejectNonSecureVpn(add, toStableParcels(uidRanges)); in setAllowOnlyVpnForUids()1469 Log.w(TAG, "setAllowOnlyVpnForUids(" + add + ", " + Arrays.toString(uidRanges) + ")" in setAllowOnlyVpnForUids()1473 Log.w(TAG, "setAllowOnlyVpnForUids(" + add + ", " + Arrays.toString(uidRanges) + ")" in setAllowOnlyVpnForUids()