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

/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationAppList.java312 if (row.banned) {
361 public boolean banned; field in class:NotificationAppList.AppRow
388 row.banned = backend.getNotificationsBanned(row.pkg, row.uid);
537 public boolean setNotificationsBanned(String pkg, int uid, boolean banned) { argument
539 sINM.setNotificationsEnabledForPackage(pkg, uid, !banned);
H A DAppNotificationSettings.java159 mBlock.setChecked(mAppRow.banned);

Completed in 60 milliseconds