Searched refs:VERSION_TWO (Results 1 – 3 of 3) sorted by relevance
68 static final int VERSION_TWO = 2; field in CarVolume116 if (audioVolumeAdjustmentContextsVersion == VERSION_TWO) { in getContextPriorityList()244 VERSION_TWO
25 import static com.android.car.audio.CarVolume.VERSION_TWO;220 if (mAudioVolumeAdjustmentContextsVersion != VERSION_TWO && useCarVolumeGroupMuting) { in CarAudioService()
65 private static final @CarVolume.CarVolumeListVersion int VERSION_TWO = 2; field in CarVolumeTest81 mCarVolume = new CarVolume(mMockClock, VERSION_TWO, KEY_EVENT_TIMEOUT_MS); in setUp()