Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java229 @Captor private ArgumentCaptor<Integer> mKillReasonCaptor; field in CarWatchdogServiceUnitTest
4430 mSystemStateCaptor.capture(), mKillReasonCaptor.capture(), eq(null), in captureAndVerifyKillStatsReported()
4436 List<Integer> allKillReasonValues = mKillReasonCaptor.getAllValues(); in captureAndVerifyKillStatsReported()