Searched defs:FLAG_HINT_DISPLAY_INLINE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2993 private static final int FLAG_HINT_DISPLAY_INLINE = 1 << 2; field in class:NotificationCompat.Action.WearableExtender
3192 setFlag(FLAG_HINT_DISPLAY_INLINE, hintDisplayInline);
3205 return (mFlags & FLAG_HINT_DISPLAY_INLINE) != 0;
/frameworks/base/core/java/android/app/
H A DNotification.java1580 private static final int FLAG_HINT_DISPLAY_INLINE = 1 << 2; field in class:Notification.Action.WearableExtender
1777 setFlag(FLAG_HINT_DISPLAY_INLINE, hintDisplayInline);
1788 return (mFlags & FLAG_HINT_DISPLAY_INLINE) != 0;

Completed in 105 milliseconds