Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java25 …ort static com.android.bluetooth.hfpclient.HeadsetClientStateMachine.MAX_HFP_SCO_VOICE_CALL_VOLUME;
201 Assert.assertTrue(amMax < MAX_HFP_SCO_VOICE_CALL_VOLUME); in testAmHfVolumeSymmetric_AmLowerRange()
234 Assert.assertTrue(amMax > MAX_HFP_SCO_VOICE_CALL_VOLUME);
243 for (int i = MIN_HFP_SCO_VOICE_CALL_VOLUME; i <= MAX_HFP_SCO_VOICE_CALL_VOLUME; i++) {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java121 @VisibleForTesting static final int MAX_HFP_SCO_VOICE_CALL_VOLUME = 15; // HFP 1.5 spec. field in HeadsetClientStateMachine
1018 int hfRange = MAX_HFP_SCO_VOICE_CALL_VOLUME - MIN_HFP_SCO_VOICE_CALL_VOLUME; in hfToAmVol()
1037 int hfRange = MAX_HFP_SCO_VOICE_CALL_VOLUME - MIN_HFP_SCO_VOICE_CALL_VOLUME; in amToHfVol()