Searched refs:isBlockable (Results 1 – 4 of 4) sorted by relevance
255 when(channel.isBlockable()).thenReturn(false); in testIsChannelBlockable_nonSystemAppsBlockable()266 when(channel.isBlockable()).thenReturn(false); in testIsChannelBlockable_mostSystemAppsNotBlockable()278 when(channel.isBlockable()).thenReturn(true); in testIsChannelBlockable_someSystemAppsAreBlockable()289 when(channel.isBlockable()).thenReturn(false); in testIsChannelBlockable_canUndoSystemBlock()
66 setEnabled(isBlockable(getContext(), mEntry.info)); in refresh()105 private boolean isBlockable(Context context, ApplicationInfo info) { in isBlockable() method in NotificationsPreference
147 return channel.isBlockable() || !mAppRow.systemApp in isChannelBlockable()
100 public boolean isBlockable(Context context, ApplicationInfo info) { in isBlockable() method in NotificationBackend