Searched refs:timeoutCaptor (Results 1 – 1 of 1) sorted by relevance
2374 final ArgumentCaptor<Long> timeoutCaptor = ArgumentCaptor.forClass(Long.class); in testStationaryDetection_NoDoze_AfterMotion() local2375 inOrder.verify(mAlarmManager).setWindow(anyInt(), timeoutCaptor.capture(), anyLong(), in testStationaryDetection_NoDoze_AfterMotion()2380 mInjector.nowElapsed = timeoutCaptor.getValue(); in testStationaryDetection_NoDoze_AfterMotion()