HomeSort by relevance Sort by last modified time
    Searched refs:hac (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 483 int hac = mButtonHAC.isChecked() ? 1 : 0; local
484 // Update HAC value in Settings database
486 Settings.System.HEARING_AID, hac); local
488 // Update HAC Value in AudioManager
489 mAudioManager.setParameter(HAC_KEY, hac != 0 ? HAC_VAL_ON : HAC_VAL_OFF);
1735 int hac = Settings.System.getInt(getContentResolver(), Settings.System.HEARING_AID, 0); local
    [all...]
PhoneGlobals.java 628 // Read HAC settings and configure audio hardware
630 int hac = android.provider.Settings.System.getInt(phone.getContext().getContentResolver(), local
634 audioManager.setParameter(CallFeaturesSetting.HAC_KEY, hac != 0 ?
    [all...]

Completed in 157 milliseconds