Searched refs:setNotificationsBanned (Results 1 – 2 of 2) sorted by relevance
53 public boolean setNotificationsBanned(String pkg, int uid, boolean banned) { in setNotificationsBanned() method in NotificationBackend
161 final boolean success = mBackend.setNotificationsBanned(pkg, mUid, banned); in onCreate()