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.java76 static INotificationManager sINM = INotificationManager.Stub.asInterface( field in NotificationBackend
109 sINM.isImportanceLocked(app.packageName, app.applicationInfo.uid); in recordCanBeBlocked()
175 final boolean enabled = sINM.areNotificationsEnabledForPackage(pkg, uid); in getNotificationsBanned()
191 sINM.setNotificationsEnabledForPackage(pkg, uid, enabled); in setNotificationsEnabledForPackage()
201 return sINM.canShowBadge(pkg, uid); in canShowBadge()
210 sINM.setShowBadge(pkg, uid, showBadge); in setShowBadge()
220 return sINM.getBubblePreferenceForPackage(pkg, uid); in getBubblePreference()
229 sINM.setBubblesAllowed(pkg, uid, preference); in setAllowBubbles()
247 return sINM.getNotificationChannelForPackage(pkg, uid, channelId, conversationId, true); in getChannel()
259 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()
/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModesBackend.java61 static INotificationManager sINM = INotificationManager.Stub.asInterface( field in ZenModesBackend
118 return sINM.getConversations(onlyImportant); in getConversations()