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