Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java351 mWorker.obtainMessage(W.SET_CAPTIONS_ENABLED_STATE, enabled).sendToTarget(); in setCaptionsEnabledState()
856 private static final int SET_CAPTIONS_ENABLED_STATE = 19; field in VolumeDialogControllerImpl.W
886 case SET_CAPTIONS_ENABLED_STATE: in handleMessage()