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

/frameworks/base/core/java/android/app/
H A DNotification.java5840 private static final int FLAG_HINT_HIDE_ICON = 1 << 1; field in class:Notification.WearableExtender
6340 setFlag(FLAG_HINT_HIDE_ICON, hintHideIcon);
6350 return (mFlags & FLAG_HINT_HIDE_ICON) != 0;
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3019 private static final int FLAG_HINT_HIDE_ICON = 1 << 1; field in class:NotificationCompat.WearableExtender
3530 setFlag(FLAG_HINT_HIDE_ICON, hintHideIcon);
3540 return (mFlags & FLAG_HINT_HIDE_ICON) != 0;

Completed in 47 milliseconds