Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java39 static INotificationManager sINM = INotificationManager.Stub.asInterface( field in NotificationBackend
90 final boolean enabled = sINM.areNotificationsEnabledForPackage(pkg, uid); in getNotificationsBanned()
100 sINM.setNotificationsEnabledForPackage(pkg, uid, enabled); in setNotificationsEnabledForPackage()
110 return sINM.canShowBadge(pkg, uid); in canShowBadge()
119 sINM.setShowBadge(pkg, uid, showBadge); in setShowBadge()
132 return sINM.getNotificationChannelForPackage(pkg, uid, channelId, true); in getChannel()
145 return sINM.getNotificationChannelGroupForPackage(groupId, pkg, uid); in getGroup()
154 return sINM.getNotificationChannelGroupsForPackage(pkg, uid, false); in getChannelGroups()
163 sINM.updateNotificationChannelForPackage(pkg, uid, channel); in updateChannel()
171 return sINM.getDeletedChannelCount(pkg, uid); in getDeletedChannelCount()
[all …]