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