Home
last modified time | relevance | path

Searched refs:FLAG_AVAILABLE_ON_TV (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java10228 private static final int FLAG_AVAILABLE_ON_TV = 0x1; field in Notification.Builder.TvExtender
10240 mFlags = FLAG_AVAILABLE_ON_TV; in TvExtender()
10289 return (mFlags & FLAG_AVAILABLE_ON_TV) != 0; in isAvailableOnTv()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7868 Landroid/app/Notification$TvExtender;->FLAG_AVAILABLE_ON_TV:I