Searched refs:VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE (Results 1 – 5 of 5) sorted by relevance
237 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()
446 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);
55 public static final int VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE = field in AudioHalService56 VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE;
151 case VehicleAudioFocusRequest.VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE: in onPropertySet()
287 public static final int VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE = 0x5; field in VehicleNetworkConsts.VehicleAudioFocusRequest294 case VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE: return "VEHICLE_AUDIO_FOCUS_REQUEST_RELEASE"; in enumToString()