Home
last modified time | relevance | path

Searched refs:TestCarVolumeEventCallback (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DTestCarVolumeEventCallback.java31 final class TestCarVolumeEventCallback extends ICarVolumeEventCallback.Stub { class
36 TestCarVolumeEventCallback(long timeOutMs) { in TestCarVolumeEventCallback() method in TestCarVolumeEventCallback
DCarVolumeEventHandlerTest.java38 private final TestCarVolumeEventCallback mCarVolumeEventCallback =
39 new TestCarVolumeEventCallback(TEST_TIMEOUT_MS);
DCarAudioServiceUnitTest.java3973 TestCarVolumeEventCallback volumeEventCallback = in onAudioPortsChanged_forMediaBus_changesVolumeRanges()
3974 new TestCarVolumeEventCallback(TEST_CALLBACK_TIMEOUT_MS); in onAudioPortsChanged_forMediaBus_changesVolumeRanges()
4043 TestCarVolumeEventCallback volumeEventCallback = in onAudioPortsChanged_withEmptyDeviceInfoList()
4044 new TestCarVolumeEventCallback(TEST_CALLBACK_TIMEOUT_MS); in onAudioPortsChanged_withEmptyDeviceInfoList()
4652 TestCarVolumeEventCallback volumeEventCallback = in switchZoneToConfig_withVolumeGroupEventCallbackRegistered_invokesEvent()
4653 new TestCarVolumeEventCallback(TEST_CALLBACK_TIMEOUT_MS); in switchZoneToConfig_withVolumeGroupEventCallbackRegistered_invokesEvent()
5440 TestCarVolumeEventCallback volumeEventCallback = in callbackVolumeGroupEvent_withEmptyEventList()
5441 new TestCarVolumeEventCallback(TEST_CALLBACK_TIMEOUT_MS); in callbackVolumeGroupEvent_withEmptyEventList()
5453 TestCarVolumeEventCallback volumeEventCallback = in onVolumeGroupEvent_withVolumeEvent_triggersCallback()
5454 new TestCarVolumeEventCallback(TEST_CALLBACK_TIMEOUT_MS); in onVolumeGroupEvent_withVolumeEvent_triggersCallback()
[all …]