Searched refs:newExcludedUids (Results 1 – 1 of 1) sorted by relevance
1144 List<Integer> newExcludedUids = toList(PKG_UIDS); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids() local1145 newExcludedUids.remove((Integer) PKG_UIDS[0]); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()1146 Set<Range<Integer>> newUidRanges = makeVpnUidRangeSet(PRIMARY_USER.id, newExcludedUids); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()1162 newExcludedUids.add(PKG_UIDS[0]); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()1163 newUidRanges = makeVpnUidRangeSet(PRIMARY_USER.id, newExcludedUids); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()