Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttServiceImplTest.java364 mDut.onRangingResults(mIntCaptor.getValue(), results.first); in testRangingFlowUsingAwarePeerHandles()
474 mDut.onRangingResults(mIntCaptor.getValue(), results.second); in testRangingRequestWithoutRuntimePermission()
600 mDut.onRangingResults(mIntCaptor.getValue(), results.second); in testBinderDeathWithWorkSource()
654 mDut.onRangingResults(mIntCaptor.getValue(), results.second); in testCancelRangingFullMatch()
697 mDut.onRangingResults(mIntCaptor.getValue(), results.second); in testCancelRangingPartialMatch()
731 mDut.onRangingResults(mIntCaptor.getValue() + 1, in testUnexpectedResult()
736 mDut.onRangingResults(mIntCaptor.getValue(), results.second); in testUnexpectedResult()
782 mDut.onRangingResults(mIntCaptor.getValue(), results.second); in testMissingResults()
863 int cmdId1 = mIntCaptor.getValue(); in testRangingTimeout()
878 mDut.onRangingResults(mIntCaptor.getValue(), result2.second); in testRangingTimeout()
[all …]
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java78 @Captor private ArgumentCaptor<Integer> mIntCaptor; field in UserNotificationHelperUnitTest
221 .notifyAsUser(eq(CarWatchdogService.TAG), mIntCaptor.capture(),
225 List<Integer> actualNotificationIds = mIntCaptor.getAllValues();
/aosp12/packages/modules/Scheduling/tests/unittests/src/com/android/server/scheduling/
H A DRebootReadinessUnitTest.java112 private ArgumentCaptor<Integer> mIntCaptor; field in RebootReadinessUnitTest
309 anyLong(), anyLong(), mIntCaptor.capture(), eq(0), eq(0)); in testWritingAfterRebootReadyBroadcast()
310 assertThat(mIntCaptor.getAllValues().get(1)).isAtLeast(1); in testWritingAfterRebootReadyBroadcast()