Searched refs:TRICKPLAY_SETTING_NOT_SET (Results 1 – 3 of 3) sorted by relevance
59 @IntDef({TRICKPLAY_SETTING_NOT_SET, TRICKPLAY_SETTING_DISABLED, TRICKPLAY_SETTING_ENABLED})64 public static final int TRICKPLAY_SETTING_NOT_SET = -1; field in CommonPreferences170 return sPreferenceValues.getInt(PREFS_KEY_TRICKPLAY_SETTING, TRICKPLAY_SETTING_NOT_SET); in getTrickplaySetting()173 .getInt(PREFS_KEY_TRICKPLAY_SETTING, TRICKPLAY_SETTING_NOT_SET); in getTrickplaySetting()180 SoftPreconditions.checkArgument(trickplaySetting != TRICKPLAY_SETTING_NOT_SET); in setTrickplaySetting()
326 if (mTrickplaySetting != TunerPreferences.TRICKPLAY_SETTING_NOT_SET in TunerSessionWorkerExoV2()331 mTrickplaySetting = TunerPreferences.TRICKPLAY_SETTING_NOT_SET; in TunerSessionWorkerExoV2()1389 if (mTrickplaySetting == TunerPreferences.TRICKPLAY_SETTING_NOT_SET) { in setTrickplayEnabledIfNeeded()1403 && mTrickplaySetting == TunerPreferences.TRICKPLAY_SETTING_NOT_SET) { in createPlayer()
338 if (mTrickplaySetting != TunerPreferences.TRICKPLAY_SETTING_NOT_SET in TunerSessionWorker()343 mTrickplaySetting = TunerPreferences.TRICKPLAY_SETTING_NOT_SET; in TunerSessionWorker()1448 if (mTrickplaySetting == TunerPreferences.TRICKPLAY_SETTING_NOT_SET) { in setTrickplayEnabledIfNeeded()1462 && mTrickplaySetting == TunerPreferences.TRICKPLAY_SETTING_NOT_SET) { in createPlayer()