Searched refs:mMockPowerService (Results 1 – 1 of 1) sorted by relevance
479 private CarPowerManagementService mMockPowerService; field in CarAudioServiceUnitTest664 CarLocalServices.addService(CarPowerManagementService.class, mMockPowerService); in setUpService()2403 verify(mMockPowerService).removePowerPolicyListener(any()); in onAudioServerDown_forCarAudioServiceCallback()2431 verify(mMockPowerService).removePowerPolicyListener(any()); in onAudioServerDown_forCarAudioServiceCallback_withFadeManagerEnabled()2459 verify(mMockPowerService).removePowerPolicyListener(any()); in onAudioServerDown_forCarAudioServiceCallback_withCoreVolumeAndRouting()2489 verify(mMockPowerService, times(2 * AUDIO_SERVICE_CALLBACKS_REGISTRATION)) in onAudioServerUp_forCarAudioServiceCallback()2524 verify(mMockPowerService, times(2 * AUDIO_SERVICE_CALLBACKS_REGISTRATION)) in onAudioServerUp_forCarAudioServiceCallback_withFadeManagerEnabled()2560 verify(mMockPowerService, times(2 * AUDIO_SERVICE_CALLBACKS_REGISTRATION)) in onAudioServerUp_forCarAudioServiceCallback_withCoreVolumeAndRouting()