Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2337 private static final int FLAG_HINT_DISPLAY_INLINE = 1 << 2; field in Notification.Action.WearableExtender
2540 setFlag(FLAG_HINT_DISPLAY_INLINE, hintDisplayInline); in setHintDisplayActionInline()
2551 return (mFlags & FLAG_HINT_DISPLAY_INLINE) != 0; in getHintDisplayActionInline()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7546 Landroid/app/Notification$Action$WearableExtender;->FLAG_HINT_DISPLAY_INLINE:I