Searched refs:inm (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 536 INotificationManager inm = NotificationManager.getService(); in cancelNotification() 537 if (inm == null) { in cancelNotification() 541 inm.cancelNotificationWithTag(localPackageName, null, in cancelNotification()
|
D | ActivityManagerService.java | 1712 INotificationManager inm = NotificationManager.getService(); in handleMessage() local 1713 if (inm == null) { in handleMessage() 1743 inm.enqueueNotificationWithTag("android", "android", null, in handleMessage() 1756 INotificationManager inm = NotificationManager.getService(); in handleMessage() local 1757 if (inm == null) { in handleMessage() 1761 inm.cancelNotificationWithTag("android", null, in handleMessage() 1953 INotificationManager inm = NotificationManager.getService(); in handleMessage() local 1954 if (inm == null) { in handleMessage() 1991 inm.enqueueNotificationWithTag("android", "android", null, in handleMessage()
|