Searched refs:mCurrentContext (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DCarVolumeControllerFactory.java226 private int mCurrentContext = CarVolumeService.DEFAULT_CAR_AUDIO_CONTEXT; field in class:CarVolumeControllerFactory.CarExternalVolumeController
259 mCurrentContext : carContext;
456 if (VolumeUtils.carContextToAndroidStream(mCurrentContext) == stream) {
457 carContext = mCurrentContext;
494 if (mCurrentContext == carContext) {
513 writeVolumeToSettings(mCurrentContext, index);
519 if (VolumeUtils.carContextToAndroidStream(mCurrentContext) == stream) {
520 return mCurrentCarContextVolume.get(mCurrentContext);
544 int currentCarStream = carContextToCarStream(mCurrentContext);
552 carStream = mCurrentContext;
[all...]

Completed in 58 milliseconds