Searched refs:CAPTIONING_FEATURE_KEYS (Results 1 – 3 of 3) sorted by relevance
48 static final List<String> CAPTIONING_FEATURE_KEYS = Arrays.asList( field in CaptioningCustomController58 mSettingsContentObserver.registerKeysToObserverCallback(CAPTIONING_FEATURE_KEYS, in CaptioningCustomController()
47 static final List<String> CAPTIONING_FEATURE_KEYS = Arrays.asList( field in CaptioningPreviewPreferenceController67 mSettingsContentObserver.registerKeysToObserverCallback(CAPTIONING_FEATURE_KEYS, in CaptioningPreviewPreferenceController()
80 for (String key : mController.CAPTIONING_FEATURE_KEYS) { in onStart_registerSpecificContentObserverForSpecificKeys()