Searched refs:TvFeatures (Results 1 – 16 of 16) sorted by relevance
23 import com.android.tv.features.TvFeatures;49 TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.enableForTest(); in setup()57 TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.resetForTests(); in after()
35 import com.android.tv.features.TvFeatures;140 TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.enableForTest(); in setup()185 TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.resetForTests(); in after()254 if (!TvFeatures.STORE_NETWORK_AFFILIATION.isEnabled(RuntimeEnvironment.application)) { in testUpdateNetworkAffiliation()
44 import com.android.tv.features.TvFeatures;106 TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.resetForTests(); in after()255 TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.enableForTest(); in onActivityResult_3rdPartyEpg_ok()280 TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.enableForTest(); in onActivityResult_3rdPartyEpg_notAllowed()301 TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.disableForTests(); in onActivityResult_3rdPartyEpg_disabled()
31 import com.android.tv.features.TvFeatures;73 if (TvFeatures.UNHIDE.isEnabled(context.getApplicationContext())) { in onReceive()
46 public final class TvFeatures extends CommonFeatures { class104 private TvFeatures() {} in TvFeatures() method in TvFeatures
25 import com.android.tv.features.TvFeatures;85 if (TvFeatures.PICTURE_IN_PICTURE.isEnabled(mActivity) in setVolumeByAudioFocusStatus()
60 import com.android.tv.features.TvFeatures;281 if (mScanStarted || !TvFeatures.ENABLE_CLOUD_EPG_REGION.isEnabled(mContext)) { in onChannelScanStarted()339 if (!TvFeatures.ENABLE_CLOUD_EPG_REGION.isEnabled(mContext)) { in checkFetchPrerequisite()354 if (!TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.isEnabled(mContext) in checkFetchPrerequisite()557 if (TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.isEnabled(mContext) in doInBackground()
37 import com.android.tv.features.TvFeatures;168 if (!TvFeatures.STORE_NETWORK_AFFILIATION.isEnabled(context)) { in updateNetworkAffiliation()
29 import com.android.tv.features.TvFeatures;74 if (TvFeatures.PICTURE_IN_PICTURE.isEnabled(getMainActivity())) { in createBaseActions()
37 import com.android.tv.features.TvFeatures;166 if (TvFeatures.CLOUD_EPG_FOR_3RD_PARTY.isEnabled(this) in onActivityResult()
57 import com.android.tv.features.TvFeatures;480 || TvFeatures.UNHIDE.isEnabled(TvApplication.this); in handleInputCountChanged()
116 import com.android.tv.features.TvFeatures;731 && TvFeatures.SHOW_UPCOMING_CONFLICT_DIALOG.isEnabled(this)) { in onCreate()
48 import com.android.tv.features.TvFeatures;96 if (!TvFeatures.PICTURE_IN_PICTURE.isEnabled(mContext)
77 import com.android.tv.features.TvFeatures;1110 if (TvFeatures.PICTURE_IN_PICTURE.isEnabled(getContext()) in closePipIfNeeded()
44 import com.android.tv.features.TvFeatures;632 if (TvFeatures.USE_PARTNER_INPUT_BLOCKLIST.isEnabled(mContext)) { in isBlocked()
61 import com.android.tv.features.TvFeatures;253 if (TvFeatures.EPG_SEARCH.isEnabled(mActivity)) { in ProgramGuide()