Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java160 private static final String BANNER_ACTION_SETUP = field in BaseStatusBar
535 } else if (BANNER_ACTION_CANCEL.equals(action) || BANNER_ACTION_SETUP.equals(action)) {
542 if (BANNER_ACTION_SETUP.equals(action)) {
803 internalFilter.addAction(BANNER_ACTION_SETUP); in start()
844 new Intent(BANNER_ACTION_SETUP).setPackage(packageName), in notifyUserAboutHiddenNotifications()