Searched refs:checkForSwitchState (Results 1 – 3 of 3) sorted by relevance
67 void getCaptionsEnabledState(boolean checkForSwitchState); in getCaptionsEnabledState() argument
346 public void getCaptionsEnabledState(boolean checkForSwitchState) { in getCaptionsEnabledState() argument347 mWorker.obtainMessage(W.GET_CAPTIONS_ENABLED_STATE, checkForSwitchState).sendToTarget(); in getCaptionsEnabledState()457 private void onGetCaptionsEnabledStateW(boolean checkForSwitchState) { in onGetCaptionsEnabledStateW() argument461 captioningManager.isSystemAudioCaptioningEnabled(), checkForSwitchState); in onGetCaptionsEnabledStateW() local
1382 private void updateCaptionsEnabledH(boolean isCaptionsEnabled, boolean checkForSwitchState) { in updateCaptionsEnabledH() argument1383 if (checkForSwitchState) { in updateCaptionsEnabledH()2431 public void onCaptionEnabledStateChanged(Boolean isEnabled, Boolean checkForSwitchState) {2432 updateCaptionsEnabledH(isEnabled, checkForSwitchState);