Home
last modified time | relevance | path

Searched refs:AudioParamNrec (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2769 HashMap<String, Integer> AudioParamNrec = mHeadsetAudioParam.get(device); in processNoiceReductionEvent() local
2770 if (AudioParamNrec != null && !AudioParamNrec.isEmpty()) { in processNoiceReductionEvent()
2772 AudioParamNrec.put("NREC", 1); in processNoiceReductionEvent()
2774 AudioParamNrec.put("NREC", 0); in processNoiceReductionEvent()
2776 AudioParamNrec.get("NREC")); in processNoiceReductionEvent()