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

  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 206 public static final String HAC_VAL_OFF = "OFF";
489 mAudioManager.setParameter(HAC_KEY, hac != 0 ? HAC_VAL_ON : HAC_VAL_OFF);
    [all...]
PhoneGlobals.java 636 CallFeaturesSetting.HAC_VAL_OFF);
    [all...]

Completed in 194 milliseconds