Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java142 private static final int HIDDEN_NOTIFICATION_ID = 10000; field in BaseStatusBar
389 noMan.cancel(HIDDEN_NOTIFICATION_ID);
660 noMan.notify(HIDDEN_NOTIFICATION_ID, note.build()); in notifyUserAboutHiddenNotifications()