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.java32 static INotificationManager sINM = INotificationManager.Stub.asInterface( field in NotificationBackend
55 sINM.setNotificationsEnabledForPackage(pkg, uid, !banned); in setNotificationsBanned()
65 final boolean enabled = sINM.areNotificationsEnabledForPackage(pkg, uid); in getNotificationsBanned()
75 return sINM.getPackagePriority(pkg, uid) == Notification.PRIORITY_MAX; in getHighPriority()
84 sINM.setPackagePriority(pkg, uid, in setHighPriority()
95 return sINM.getPackagePeekable(pkg, uid); in getPeekable()
104 sINM.setPackagePeekable(pkg, uid, peekable); in setPeekable()
114 return sINM.getPackageVisibilityOverride(pkg, uid) == Notification.VISIBILITY_PRIVATE; in getSensitive()
123 sINM.setPackageVisibilityOverride(pkg, uid, in setSensitive()