Searched refs:inm (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ConditionProviders.java | 169 INotificationManager inm = NotificationManager.getService(); in onPackagesChanged() local 174 inm.removeAutomaticZenRules(pkgName); in onPackagesChanged() 175 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 554 INotificationManager inm = NotificationManager.getService(); in cancelNotification() 555 if (inm == null) { in cancelNotification() 559 inm.cancelNotificationWithTag(localPackageName, null, in cancelNotification()
|
D | ActivityManagerService.java | 2087 INotificationManager inm = NotificationManager.getService(); in handleMessage() local 2088 if (inm == null) { in handleMessage() 2118 inm.enqueueNotificationWithTag("android", "android", null, in handleMessage() 2131 INotificationManager inm = NotificationManager.getService(); in handleMessage() local 2132 if (inm == null) { in handleMessage() 2136 inm.cancelNotificationWithTag("android", null, in handleMessage() 2334 INotificationManager inm = NotificationManager.getService(); in handleMessage() local 2335 if (inm == null) { in handleMessage() 2372 inm.enqueueNotificationWithTag("android", "android", null, in handleMessage() 5827 INotificationManager inm = NotificationManager.getService(); in clearApplicationUserData() local [all …]
|