Searched refs:HAC_VAL_ON (Results 1 – 4 of 4) sorted by relevance
34 static final String HAC_VAL_ON = "ON"; field in HearingAidCompatibilityPreferenceController87 mAudioManager.setParameters(HAC_KEY + "=" + (enabled ? HAC_VAL_ON : HAC_VAL_OFF) + ";"); in setAudioParameterHacEnabled()
31 public static final String HAC_VAL_ON = "ON"; field in SettingsConstants
176 ? SettingsConstants.HAC_VAL_ON : SettingsConstants.HAC_VAL_OFF)); in onPreferenceTreeClick()
723 ? SettingsConstants.HAC_VAL_ON : SettingsConstants.HAC_VAL_OFF)); in onCreate()