Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java206 @Captor private ArgumentCaptor<ICarPowerPolicyListener> mICarPowerPolicyListenerCaptor; field in CarWatchdogServiceUnitTest
3654 any(), mICarPowerPolicyListenerCaptor.capture()); in captureCarPowerListeners()
3655 mCarPowerPolicyListener = mICarPowerPolicyListenerCaptor.getValue(); in captureCarPowerListeners()