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.java121 private int mLockType; field in ChannelBannerView
330 if (mLockType != lockType) { in setLockType()
331 mLockType = lockType; in setLockType()
367 if (mLockType != LOCK_CHANNEL_INFO && info != null) { in updateStreamInfo()
532 if (mLockType == LOCK_CHANNEL_INFO) {
554 if (mLockType != LOCK_NONE || TextUtils.isEmpty(program.getDescription())) {
572 if (mLockType == LOCK_CHANNEL_INFO) {
597 if (mLockType != LOCK_NONE
681 if (mLockType != LOCK_CHANNEL_INFO && startTime > 0 && endTime > startTime) {
705 if (mLockType != LOCK_CHANNEL_INFO && durationMs > 0) {