Searched refs:FLAG_AVAILABLE_ON_TV (Results 1 – 2 of 2) sorted by relevance
10228 private static final int FLAG_AVAILABLE_ON_TV = 0x1; field in Notification.Builder.TvExtender10240 mFlags = FLAG_AVAILABLE_ON_TV; in TvExtender()10289 return (mFlags & FLAG_AVAILABLE_ON_TV) != 0; in isAvailableOnTv()
7868 Landroid/app/Notification$TvExtender;->FLAG_AVAILABLE_ON_TV:I