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