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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3405 private static final int FLAG_HINT_DISPLAY_INLINE = 1 << 2; field in class:NotificationCompat.Action.WearableExtender
3610 setFlag(FLAG_HINT_DISPLAY_INLINE, hintDisplayInline);
3623 return (mFlags & FLAG_HINT_DISPLAY_INLINE) != 0;
/frameworks/base/core/java/android/app/
H A DNotification.java1791 private static final int FLAG_HINT_DISPLAY_INLINE = 1 << 2; field in class:Notification.Action.WearableExtender
1994 setFlag(FLAG_HINT_DISPLAY_INLINE, hintDisplayInline);
2005 return (mFlags & FLAG_HINT_DISPLAY_INLINE) != 0;

Completed in 35 milliseconds