Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java71 static INotificationManager sINM = INotificationManager.Stub.asInterface( field in NotificationBackend
155 final boolean enabled = sINM.areNotificationsEnabledForPackage(pkg, uid); in getNotificationsBanned()
171 sINM.setNotificationsEnabledForPackage(pkg, uid, enabled); in setNotificationsEnabledForPackage()
181 return sINM.canShowBadge(pkg, uid); in canShowBadge()
190 sINM.setShowBadge(pkg, uid, showBadge); in setShowBadge()
200 return sINM.getBubblePreferenceForPackage(pkg, uid); in getBubblePreference()
209 sINM.setBubblesAllowed(pkg, uid, preference); in setAllowBubbles()
227 return sINM.getNotificationChannelForPackage(pkg, uid, channelId, conversationId, true); in getChannel()
239 return sINM.getNotificationChannelGroupForPackage(groupId, pkg, uid); in getGroup()
248 return sINM.getNotificationChannelGroupsForPackage(pkg, uid, false); in getGroups()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java59 static INotificationManager sINM = INotificationManager.Stub.asInterface( field in NotificationBackend
137 final boolean enabled = sINM.areNotificationsEnabledForPackage(pkg, uid); in getNotificationsBanned()
153 sINM.setNotificationsEnabledForPackage(pkg, uid, enabled); in setNotificationsEnabledForPackage()
163 return sINM.canShowBadge(pkg, uid); in canShowBadge()
172 sINM.setShowBadge(pkg, uid, showBadge); in setShowBadge()
182 return sINM.getBubblePreferenceForPackage(pkg, uid); in getBubblePreference()
191 sINM.setBubblesAllowed(pkg, uid, pref); in setAllowBubbles()
204 return sINM.getNotificationChannelForPackage(pkg, uid, channelId, null, true); in getChannel()
218 return sINM.getNotificationChannelForPackage(pkg, uid, channelId, conversationId, true); in getChannel()
230 return sINM.getNotificationChannelGroupForPackage(groupId, pkg, uid); in getGroup()
[all …]
/packages/apps/Settings/tests/unit/src/com/android/settings/notification/
DChannelNotificationSettingsTest.java93 INotificationManager sINM = INotificationManager.Stub.asInterface( in launchNotificationSettings_blockedChannel() local
96 sINM.updateNotificationChannelForPackage( in launchNotificationSettings_blockedChannel()