Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java2374 final ArgumentCaptor<Long> timeoutCaptor = ArgumentCaptor.forClass(Long.class); in testStationaryDetection_NoDoze_AfterMotion() local
2375 inOrder.verify(mAlarmManager).setWindow(anyInt(), timeoutCaptor.capture(), anyLong(), in testStationaryDetection_NoDoze_AfterMotion()
2380 mInjector.nowElapsed = timeoutCaptor.getValue(); in testStationaryDetection_NoDoze_AfterMotion()