Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java82 public static final int LOCK_NONE = 0; field in ChannelBannerView
352 if (lockType != LOCK_NONE && lockType != LOCK_CHANNEL_INFO in setLockType()
585 if (mLockType != LOCK_NONE || TextUtils.isEmpty(program.getDescription())) {
/packages/apps/TV/src/com/android/tv/
DMainActivity.java2093 int lockType = ChannelBannerView.LOCK_NONE; in updateChannelBannerAndShowIfNeeded()
2103 if (lockType == ChannelBannerView.LOCK_NONE) { in updateChannelBannerAndShowIfNeeded()