Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningCustomController.java48 static final List<String> CAPTIONING_FEATURE_KEYS = Arrays.asList( field in CaptioningCustomController
58 mSettingsContentObserver.registerKeysToObserverCallback(CAPTIONING_FEATURE_KEYS, in CaptioningCustomController()
DCaptioningPreviewPreferenceController.java47 static final List<String> CAPTIONING_FEATURE_KEYS = Arrays.asList( field in CaptioningPreviewPreferenceController
67 mSettingsContentObserver.registerKeysToObserverCallback(CAPTIONING_FEATURE_KEYS, in CaptioningPreviewPreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptioningPreviewPreferenceControllerTest.java80 for (String key : mController.CAPTIONING_FEATURE_KEYS) { in onStart_registerSpecificContentObserverForSpecificKeys()