Searched defs:banned (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java51 row.banned = getNotificationsBanned(row.pkg, row.uid);
154 public boolean banned; field in class:NotificationBackend.AppRow
H A DNotificationSettingsBase.java158 int importance, boolean banned) {
182 boolean blocked = importance == Ranking.IMPORTANCE_NONE || banned;
212 updateDependents(banned ? Ranking.IMPORTANCE_NONE : importance);
157 setupImportancePrefs(boolean notBlockable, boolean notSilenceable, int importance, boolean banned) argument

Completed in 62 milliseconds