Searched refs:volumeValue (Results 1 – 1 of 1) sorted by relevance
1561 int volumeValue = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, 0); in processIntentScoVolume() local1562 if (mPhoneState.getSpeakerVolume() != volumeValue) { in processIntentScoVolume()1563 mPhoneState.setSpeakerVolume(volumeValue); in processIntentScoVolume()1565 volumeValue, getByteAddress(device)); in processIntentScoVolume()2052 int volumeValue = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, 0); in processIntentScoVolume() local2053 if (mPhoneState.getSpeakerVolume() != volumeValue) { in processIntentScoVolume()2054 mPhoneState.setSpeakerVolume(volumeValue); in processIntentScoVolume()2056 volumeValue, getByteAddress(device)); in processIntentScoVolume()