Searched refs:inm (Results 1 – 2 of 2) sorted by relevance
235 INotificationManager inm = NotificationManager.getService(); in onPackagesChanged() local240 inm.removeAutomaticZenRules(pkgName, /* fromUser= */ false); in onPackagesChanged()241 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
5268 final INotificationManager inm = NotificationManager.getService(); in cancelHeavyWeightProcessNotification() local5269 if (inm == null) { in cancelHeavyWeightProcessNotification()5273 inm.cancelNotificationWithTag("android", "android", null, in cancelHeavyWeightProcessNotification()5288 final INotificationManager inm = NotificationManager.getService(); in postHeavyWeightProcessNotification() local5289 if (inm == null) { in postHeavyWeightProcessNotification()5315 inm.enqueueNotificationWithTag("android", "android", null, in postHeavyWeightProcessNotification()