Searched refs:CarActivationVolumeConfig (Results 1 – 16 of 16) sorted by relevance
165 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT), in onActiveAudioPlaybackAttributesAdded_forPlaybacksInZoneForFirstTime()167 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT)); in onActiveAudioPlaybackAttributesAdded_forPlaybacksInZoneForFirstTime()185 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT)); in onActiveAudioPlaybackAttributesAdded_forAudioAttributesOfFirstTime()202 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_SOURCE_CHANGED)); in onActiveAudioPlaybackAttributesAdded_withSourceChanged()219 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_PLAYBACK_CHANGED)); in onActiveAudioPlaybackAttributesAdded_withPlaybackChanged()250 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT)); in onActiveAudioPlaybackAttributesAdded_afterActivationTypesForZonesReset()265 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT)); in onCallStateChanged_withRingingState()280 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT)); in onCallStateChanged_withOffHookState()296 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT); in equals_withActivationInfoWithDifferentTypeObject()305 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT); in equals_withDifferentActivationInfo()[all …]
33 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT;35 private static final CarActivationVolumeConfig CAR_ACTIVATION_VOLUME_CONFIG =36 new CarActivationVolumeConfig(ACTIVATION_VOLUME_INVOCATION_TYPE,42 () -> new CarActivationVolumeConfig(ACTIVATION_VOLUME_INVOCATION_TYPE, in construct_withMinActivationVolumePercentageHigherThanMax()
46 private static final CarActivationVolumeConfig CAR_ACTIVATION_VOLUME_CONFIG =47 new CarActivationVolumeConfig(CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT,
85 private static final CarActivationVolumeConfig CAR_ACTIVATION_VOLUME_CONFIG =86 new CarActivationVolumeConfig(CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT,
108 private static final CarActivationVolumeConfig CAR_ACTIVATION_VOLUME_CONFIG =109 new CarActivationVolumeConfig(CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT,
85 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_SOURCE_CHANGED;87 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_PLAYBACK_CHANGED;89 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT90 | CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_SOURCE_CHANGED;104 private static final CarActivationVolumeConfig CAR_ACTIVATION_VOLUME_CONFIG =105 new CarActivationVolumeConfig(ACTIVATION_VOLUME_INVOCATION_TYPE,
5688 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT), in handleActivationVolumeWithAudioAttributes_withMultipleAudioAttributes()5690 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT)), in handleActivationVolumeWithAudioAttributes_withMultipleAudioAttributes()5734 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT)), in handleActivationVolumeWithAudioAttributes_withNonCurrentZoneConfig()
22 import static com.android.car.audio.CarActivationVolumeConfig.ActivationVolumeInvocationType;147 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT; in getActivationInfo()151 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT; in getActivationInfo()158 ? CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_PLAYBACK_CHANGED in getActivationInfo()159 : CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_SOURCE_CHANGED; in getActivationInfo()
143 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT144 | CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_SOURCE_CHANGED145 | CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_PLAYBACK_CHANGED;163 private final Map<String, CarActivationVolumeConfig> mConfigNameToActivationVolumeConfig =644 CarActivationVolumeConfig activationVolumeConfig = in parseVolumeGroups()667 private CarActivationVolumeConfig getActivationVolumeConfig(XmlPullParser parser) { in getActivationVolumeConfig()693 return new CarActivationVolumeConfig(ACTIVATION_VOLUME_INVOCATION_TYPE, in getActivationVolumeConfig()729 CarActivationVolumeConfig config = parseActivationVolumeConfigEntry(parser); in parseActivationVolumeConfig()742 private CarActivationVolumeConfig parseActivationVolumeConfigEntry(XmlPullParser parser) { in parseActivationVolumeConfigEntry()750 return new CarActivationVolumeConfig(activationVolumeInvocationTypes, in parseActivationVolumeConfigEntry()[all …]
23 final class CarActivationVolumeConfig { class52 CarActivationVolumeConfig(int invocationType, int minActivationVolumePercentage, in CarActivationVolumeConfig() method in CarActivationVolumeConfig
39 private final CarActivationVolumeConfig mCarActivationVolumeConfig;49 CarActivationVolumeConfig carActivationVolumeConfig) { in CarVolumeGroupFactory()
68 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT;216 new CarActivationVolumeConfig(ACTIVATION_VOLUME_INVOCATION_TYPE, in parseVolumeGroup()
54 boolean useCarVolumeGroupMute, CarActivationVolumeConfig carActivationVolumeConfig) { in CarAudioVolumeGroup()
39 import static com.android.car.audio.CarActivationVolumeConfig.ActivationVolumeInvocationType;111 private final CarActivationVolumeConfig mCarActivationVolumeConfig;177 CarActivationVolumeConfig carActivationVolumeConfig) { in CarVolumeGroup()
70 boolean useCarVolumeGroupMute, CarActivationVolumeConfig carActivationVolumeConfig) { in CoreAudioVolumeGroup()
189 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT;191 CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_BOOT192 | CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_SOURCE_CHANGED193 | CarActivationVolumeConfig.ACTIVATION_VOLUME_ON_PLAYBACK_CHANGED;