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.java766 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
769 noMan.registerListener(mWrapper, componentName, currentUser); in registerAsSystemService()
782 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
783 noMan.unregisterListener(mWrapper, mCurrentUser); in unregisterAsSystemService()
794 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
797 noMan.requestBindListener(componentName); in requestRebind()
815 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
817 noMan.requestUnbindListener(mWrapper); in requestUnbind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java536 NotificationManager noMan = (NotificationManager)
538 noMan.cancel(R.id.notification_hidden);
864 NotificationManager noMan = in notifyUserAboutHiddenNotifications() local
866 noMan.notify(R.id.notification_hidden, note.build()); in notifyUserAboutHiddenNotifications()