HomeSort by relevance Sort by last modified time
    Searched refs:noMan (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 584 INotificationManager noMan = getNotificationInterface();
585 noMan.registerListener(mWrapper, componentName, currentUser);
599 INotificationManager noMan = getNotificationInterface();
600 noMan.unregisterListener(mWrapper, mCurrentUser);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 388 NotificationManager noMan = (NotificationManager)
390 noMan.cancel(HIDDEN_NOTIFICATION_ID);
436 // because children are automatically canceled by NoMan in that case.
659 NotificationManager noMan =
661 noMan.notify(HIDDEN_NOTIFICATION_ID, note.build());
    [all...]

Completed in 145 milliseconds