Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/customization/
DCustomizationManager.java61 @IntDef({TRICKPLAY_MODE_ENABLED, TRICKPLAY_MODE_DISABLED, TRICKPLAY_MODE_USE_EXTERNAL_STORAGE})
66 public static final int TRICKPLAY_MODE_DISABLED = 1; field in CustomizationManager