Searched refs:HAC_VAL_OFF (Results 1 – 4 of 4) sorted by relevance
35 static final String HAC_VAL_OFF = "OFF"; field in HearingAidCompatibilityPreferenceController87 mAudioManager.setParameters(HAC_KEY + "=" + (enabled ? HAC_VAL_ON : HAC_VAL_OFF) + ";"); in setAudioParameterHacEnabled()
32 public static final String HAC_VAL_OFF = "OFF"; 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()