Home
last modified time | relevance | path

Searched refs:noMan (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java584 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
585 noMan.registerListener(mWrapper, componentName, currentUser); in registerAsSystemService()
599 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
600 noMan.unregisterListener(mWrapper, mCurrentUser); in unregisterAsSystemService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java387 NotificationManager noMan = (NotificationManager)
389 noMan.cancel(HIDDEN_NOTIFICATION_ID);
658 NotificationManager noMan = in notifyUserAboutHiddenNotifications() local
660 noMan.notify(HIDDEN_NOTIFICATION_ID, note.build()); in notifyUserAboutHiddenNotifications()