Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java294 mWorker.obtainMessage(W.GET_CAPTIONS_COMPONENT_STATE, fromTooltip).sendToTarget(); in getCaptionsComponentState()
777 private static final int GET_CAPTIONS_COMPONENT_STATE = 16; field in VolumeDialogControllerImpl.W
800 case GET_CAPTIONS_COMPONENT_STATE: in handleMessage()