Searched refs:mConnectionTimeoutAlarmListenerArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
151 ArgumentCaptor<OnAlarmListener> mConnectionTimeoutAlarmListenerArgumentCaptor = field in WifiNetworkFactoryTest1351 mConnectionTimeoutAlarmListenerArgumentCaptor.getValue().onAlarm(); in testNetworkSpecifierHandleConnectionTimeout()1394 mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionTriggerFailure()1427 mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionFailure()1451 .cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionFailureToWrongNetwork()1472 mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionFailureToWrongNetwork()1494 verify(mAlarmManager).cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionSuccess()1516 verify(mAlarmManager).cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierDuplicateHandleConnectionSuccess()1544 verify(mAlarmManager).cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionFailureAfterSuccess()1576 .cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionSuccessToWrongNetwork()[all …]