Searched refs:TRICKPLAY_MODE_ENABLED (Results 1 – 6 of 6) sorted by relevance
61 @IntDef({TRICKPLAY_MODE_ENABLED, TRICKPLAY_MODE_DISABLED, TRICKPLAY_MODE_USE_EXTERNAL_STORAGE})65 public static final int TRICKPLAY_MODE_ENABLED = 0; field in CustomizationManager135 sTrickplayMode = TRICKPLAY_MODE_ENABLED; in getTrickplayMode()146 sTrickplayMode = TRICKPLAY_MODE_ENABLED; in getTrickplayMode()156 sTrickplayMode = TRICKPLAY_MODE_ENABLED; in getTrickplayMode()
18 import static com.android.tv.common.customization.CustomizationManager.TRICKPLAY_MODE_ENABLED;93 field.set(null, TRICKPLAY_MODE_ENABLED); in setUp()
18 import static com.android.tv.common.customization.CustomizationManager.TRICKPLAY_MODE_ENABLED;88 field.set(null, TRICKPLAY_MODE_ENABLED); in setUp()
138 == CustomizationManager.TRICKPLAY_MODE_ENABLED; in getItemList()
333 } else if (mTrickplayModeCustomization == CustomizationManager.TRICKPLAY_MODE_ENABLED) { in TunerSessionWorkerExoV2()1378 || mTrickplayModeCustomization != CustomizationManager.TRICKPLAY_MODE_ENABLED) { in setTrickplayEnabledIfNeeded()1394 if (mTrickplayModeCustomization == CustomizationManager.TRICKPLAY_MODE_ENABLED in createPlayer()
331 } else if (mTrickplayModeCustomization == CustomizationManager.TRICKPLAY_MODE_ENABLED) { in TunerSessionWorker()1445 || mTrickplayModeCustomization != CustomizationManager.TRICKPLAY_MODE_ENABLED) { in setTrickplayEnabledIfNeeded()1461 if (mTrickplayModeCustomization == CustomizationManager.TRICKPLAY_MODE_ENABLED in createPlayer()