Home
last modified time | relevance | path

Searched refs:setNotificationsBanned (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java53 public boolean setNotificationsBanned(String pkg, int uid, boolean banned) { in setNotificationsBanned() method in NotificationBackend
DAppNotificationSettings.java161 final boolean success = mBackend.setNotificationsBanned(pkg, mUid, banned); in onCreate()