Searched refs:getUidsAllowedOnRestrictedNetworks (Results 1 – 5 of 5) sorted by relevance
155 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(new ArraySet<>()); in setUp()963 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn( in testUidsAllowedOnRestrictedNetworksChanged()971 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn( in testUidsAllowedOnRestrictedNetworksChanged()978 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(new ArraySet<>()); in testUidsAllowedOnRestrictedNetworksChanged()1002 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn( in testUidsAllowedOnRestrictedNetworksChangedWithSharedUid()1008 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(new ArraySet<>()); in testUidsAllowedOnRestrictedNetworksChangedWithSharedUid()1032 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn( in testUidsAllowedOnRestrictedNetworksChangedWithMultipleUsers()1049 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn( in testUidsAllowedOnRestrictedNetworksChangedWithMultipleUsers()1063 when(mDeps.getUidsAllowedOnRestrictedNetworks(any())).thenReturn(new ArraySet<>()); in testUidsAllowedOnRestrictedNetworksChangedWithMultipleUsers()
162 public Set<Integer> getUidsAllowedOnRestrictedNetworks(@NonNull Context context) { in getUidsAllowedOnRestrictedNetworks() method in PermissionMonitor.Dependencies163 return ConnectivitySettingsManager.getUidsAllowedOnRestrictedNetworks(context); in getUidsAllowedOnRestrictedNetworks()225 updateUidsAllowedOnRestrictedNetworks(mDeps.getUidsAllowedOnRestrictedNetworks(mContext)); in startMonitoring()811 updateUidsAllowedOnRestrictedNetworks(mDeps.getUidsAllowedOnRestrictedNetworks(mContext)); in onSettingChanged()
1038 public static Set<Integer> getUidsAllowedOnRestrictedNetworks(@NonNull Context context) { in getUidsAllowedOnRestrictedNetworks() method in ConnectivitySettingsManager
68 …od @NonNull public static java.util.Set<java.lang.Integer> getUidsAllowedOnRestrictedNetworks(@Non…
2889 ConnectivitySettingsManager.getUidsAllowedOnRestrictedNetworks(mContext);