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

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

Completed in 52 milliseconds