Home
last modified time | relevance | path

Searched refs:VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarAudioFocusTest.java237 assertEquals(VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE, request[0]); in testMediaNavFocus()
293 assertEquals(VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE, request[0]); in testMediaExternalMediaNavFocus()
322 assertEquals(VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE, request[0]); in testMediaExternalMediaNavFocus()
423 assertEquals(VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE, request[0]); in testMediaExternalRadioNavMediaFocus()
442 int expectedRequest = VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE; in checkSingleRequestRelease()
470 assertEquals(VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE, request[0]); in checkSingleRequestRelease()
/packages/services/Car/service/src/com/android/car/
DCarAudioService.java446 int focusToRequest = AudioHalService.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE; in reevaluateCarAudioFocusLocked()
581 case AudioHalService.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE: in needsToSendFocusRequestLocked()
658 AudioHalService.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE, 0, 0); in doHandleFocusRelease()
932 case AudioHalService.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE: in create()
939 new FocusRequest(AudioHalService.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE, 0, 0);
/packages/services/Car/service/src/com/android/car/hal/
DAudioHalService.java55 public static final int VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE = field in AudioHalService
56 VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java151 case VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE: in onPropertySet()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetworkConsts.java287 public static final int VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE = 0x5; field in VehicleNetworkConsts.VehicleAudioFocusRequest
294 case VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE: return "VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE"; in enumToString()