Searched defs:storeVolume (Results 1 – 1 of 1) sorted by relevance
133 synchronized void storeVolumeForDevice(@NonNull BluetoothDevice device, int storeVolume) { in storeVolumeForDevice()141 pref.putInt(device.getAddress(), storeVolume); in storeVolumeForDevice() local148 int storeVolume = mAudioManager.getLastAudibleStreamVolume(STREAM_MUSIC); in storeVolumeForDevice() local