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.java81 public static final int LOCK_NONE = 0; field in ChannelBannerView
368 if (lockType != LOCK_NONE in setLockType()
651 if (mLockType != LOCK_NONE || TextUtils.isEmpty(program.getDescription())) {
DTvOverlayManager.java803 int lockType = ChannelBannerView.LOCK_NONE; in updateChannelBannerAndShowIfNeeded()