Searched refs:requestApprover (Results 1 – 1 of 1) sorted by relevance
3102 requestApprover = new TestPrimaryZoneMediaAudioRequestCallback(); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover() local3105 service.registerPrimaryZoneMediaAudioRequestCallback(requestApprover); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()3108 requestApprover.waitForCallback(); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()3109 requestApprover.reset(); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()3111 service.allowMediaAudioOnPrimaryZone(requestApprover, requestId, /* allow= */ true); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()3113 requestApprover.waitForCallback(); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()3115 .that(requestApprover.mRequestId).isEqualTo(requestId); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()3117 .that(requestApprover.mInfo).isEqualTo(TEST_REAR_RIGHT_PASSENGER_OCCUPANT); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()3119 .that(requestApprover.mStatus) in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()3152 requestApprover = new TestPrimaryZoneMediaAudioRequestCallback(); in allowMediaAudioOnPrimaryZone_withUnallowedRequest_callsApprover() local[all …]