Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java47 private static final int DEFAULT_ENABLED = 0; field in CaptioningManager
76 mContentResolver, Secure.ACCESSIBILITY_CAPTIONING_ENABLED, DEFAULT_ENABLED) == 1; in isEnabled()