Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java2842 public WearableExtender setHintShowBackgroundOnly(boolean hintShowBackgroundOnly) { in setHintShowBackgroundOnly() argument
2843 setFlag(FLAG_HINT_SHOW_BACKGROUND_ONLY, hintShowBackgroundOnly); in setHintShowBackgroundOnly()
/frameworks/base/core/java/android/app/
DNotification.java5197 public WearableExtender setHintShowBackgroundOnly(boolean hintShowBackgroundOnly) { in setHintShowBackgroundOnly() argument
5198 setFlag(FLAG_HINT_SHOW_BACKGROUND_ONLY, hintShowBackgroundOnly); in setHintShowBackgroundOnly()