Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java154 private int mLockType; field in ChannelBannerView
373 int previousLockType = mLockType; in setLockType()
374 mLockType = lockType; in setLockType()
431 if (mLockType != LOCK_CHANNEL_INFO && info != null) { in updateStreamInfo()
626 if (mLockType == LOCK_CHANNEL_INFO) {
651 if (mLockType != LOCK_NONE || TextUtils.isEmpty(program.getDescription())) {
735 if (mLockType == LOCK_CHANNEL_INFO) {
778 if (mLockType != LOCK_CHANNEL_INFO && durationMs > 0 && startTimeMs > 0) {