Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java347 mWorker.obtainMessage(W.GET_CAPTIONS_ENABLED_STATE, checkForSwitchState).sendToTarget(); in getCaptionsEnabledState()
855 private static final int GET_CAPTIONS_ENABLED_STATE = 18; field in VolumeDialogControllerImpl.W
884 case GET_CAPTIONS_ENABLED_STATE: in handleMessage()