Searched refs:getUidsAllowedOnRestrictedNetworks (Results 1 – 5 of 5) sorted by relevance
200 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(Set.of()); in setUp()1335 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(Set.of(MOCK_UID11));1343 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(Set.of(MOCK_UID12));1350 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(Set.of());1371 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(Set.of(MOCK_UID11));1377 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(Set.of());1400 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(Set.of(MOCK_UID11));1422 doReturn(Set.of(MOCK_UID22)).when(mDeps).getUidsAllowedOnRestrictedNetworks(any());1437 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(Set.of());
218 public Set<Integer> getUidsAllowedOnRestrictedNetworks(@NonNull Context context) { in getUidsAllowedOnRestrictedNetworks() method in PermissionMonitor.Dependencies219 return ConnectivitySettingsManager.getUidsAllowedOnRestrictedNetworks(context); in getUidsAllowedOnRestrictedNetworks()459 updateUidsAllowedOnRestrictedNetworks(mDeps.getUidsAllowedOnRestrictedNetworks(mContext)); in startMonitoring()1219 updateUidsAllowedOnRestrictedNetworks(mDeps.getUidsAllowedOnRestrictedNetworks(mContext)); in onSettingChanged()
1069 public static Set<Integer> getUidsAllowedOnRestrictedNetworks(@NonNull Context context) { in getUidsAllowedOnRestrictedNetworks() method in ConnectivitySettingsManager
103 …od @NonNull public static java.util.Set<java.lang.Integer> getUidsAllowedOnRestrictedNetworks(@Non…
3400 ConnectivitySettingsManager.getUidsAllowedOnRestrictedNetworks(mContext);