Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3219 private static final int FLAG_HINT_SHOW_BACKGROUND_ONLY = 1 << 2; field in NotificationCompat.WearableExtender
3748 setFlag(FLAG_HINT_SHOW_BACKGROUND_ONLY, hintShowBackgroundOnly); in setHintShowBackgroundOnly()
3758 return (mFlags & FLAG_HINT_SHOW_BACKGROUND_ONLY) != 0; in getHintShowBackgroundOnly()