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.java85 static INotificationManager sINM = INotificationManager.Stub.asInterface( field in NotificationBackend
118 sINM.isImportanceLocked(app.packageName, app.applicationInfo.uid); in recordCanBeBlocked()
181 final boolean enabled = sINM.areNotificationsEnabledForPackage(pkg, uid); in getNotificationsBanned()
197 sINM.setNotificationsEnabledForPackage(pkg, uid, enabled); in setNotificationsEnabledForPackage()
207 return sINM.canShowBadge(pkg, uid); in canShowBadge()
216 sINM.setShowBadge(pkg, uid, showBadge); in setShowBadge()
226 return sINM.getBubblePreferenceForPackage(pkg, uid); in getBubblePreference()
235 sINM.setBubblesAllowed(pkg, uid, preference); in setAllowBubbles()
253 return sINM.getNotificationChannelForPackage(pkg, uid, channelId, conversationId, true); in getChannel()
265 return sINM.getNotificationChannelGroupForPackage(groupId, pkg, uid); in getGroup()
[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()