Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java76 static INotificationManager sINM = INotificationManager.Stub.asInterface( field in NotificationBackend
189 final boolean enabled = sINM.areNotificationsEnabledForPackage(pkg, uid); in getNotificationsBanned()
205 sINM.setNotificationsEnabledForPackage(pkg, uid, enabled); in setNotificationsEnabledForPackage()
215 return sINM.canShowBadge(pkg, uid); in canShowBadge()
224 sINM.setShowBadge(pkg, uid, showBadge); in setShowBadge()
234 return sINM.getBubblePreferenceForPackage(pkg, uid); in getBubblePreference()
243 sINM.setBubblesAllowed(pkg, uid, preference); in setAllowBubbles()
261 return sINM.getNotificationChannelForPackage(pkg, uid, channelId, conversationId, true); in getChannel()
273 return sINM.getNotificationChannelGroupForPackage(groupId, pkg, uid); in getGroup()
282 return sINM.getNotificationChannelGroupsForPackage(pkg, uid, false); in getGroups()
[all …]
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/notification/
DChannelNotificationSettingsTest.java93 INotificationManager sINM = INotificationManager.Stub.asInterface( in launchNotificationSettings_blockedChannel() local
96 sINM.updateNotificationChannelForPackage( in launchNotificationSettings_blockedChannel()