Searched refs:mVolumeManager (Results 1 – 1 of 1) sorted by relevance
63 private AvrcpVolumeManager mVolumeManager; field in AvrcpTargetService127 && !mVolumeManager.getAbsoluteVolumeSupported(activeDevice)) { in onReceive()129 mVolumeManager.storeVolumeForDevice(activeDevice, volume); in onReceive()192 mVolumeManager = new AvrcpVolumeManager(this, mAudioManager, mNativeInterface); in start()257 mVolumeManager.deviceConnected(device, absoluteVolume); in deviceConnected()263 mVolumeManager.deviceDisconnected(device); in deviceDisconnected()275 mVolumeManager.volumeDeviceSwitched(device); in volumeDeviceSwitched()284 mVolumeManager.removeStoredVolumeForDevice(device); in removeStoredVolumeForDevice()294 return mVolumeManager.getVolume(device, mVolumeManager.getNewDeviceVolume()); in getRememberedVolumeForDevice()305 mVolumeManager.setVolume(activeDevice, avrcpVolume); in setVolume()[all …]