Searched refs:FLAG_HINT_HIDE_ICON (Results 1 – 2 of 2) sorted by relevance
9079 private static final int FLAG_HINT_HIDE_ICON = 1 << 1; field in Notification.Builder.WearableExtender9604 setFlag(FLAG_HINT_HIDE_ICON, hintHideIcon); in setHintHideIcon()9615 return (mFlags & FLAG_HINT_HIDE_ICON) != 0; in getHintHideIcon()
7883 Landroid/app/Notification$WearableExtender;->FLAG_HINT_HIDE_ICON:I