Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java2098 boolean isAllowed = notification.extras.getInt(Notification.EXTRA_AS_HEADS_UP,
/frameworks/base/core/java/android/app/
DNotification.java812 public static final String EXTRA_AS_HEADS_UP = "headsup"; field in Notification