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.java2659 HashMap<String, Integer> AudioParamNrec = mHeadsetAudioParam.get(device); in processNoiceReductionEvent() local
2661 AudioParamNrec.put("NREC", 1); in processNoiceReductionEvent()
2663 AudioParamNrec.put("NREC", 0); in processNoiceReductionEvent()
2664 Log.d(TAG, "NREC value for device :" + device + " is: " + AudioParamNrec.get("NREC")); in processNoiceReductionEvent()