Searched refs:mConnectionTimeoutAlarmListenerArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
141 ArgumentCaptor<OnAlarmListener> mConnectionTimeoutAlarmListenerArgumentCaptor = field in WifiNetworkFactoryTest1283 mConnectionTimeoutAlarmListenerArgumentCaptor.getValue().onAlarm(); in testNetworkSpecifierHandleConnectionTimeout()1326 mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionTriggerFailure()1359 mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionFailure()1383 .cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionFailureToWrongNetwork()1404 mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionFailureToWrongNetwork()1426 verify(mAlarmManager).cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionSuccess()1448 verify(mAlarmManager).cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierDuplicateHandleConnectionSuccess()1476 verify(mAlarmManager).cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionFailureAfterSuccess()1508 .cancel(mConnectionTimeoutAlarmListenerArgumentCaptor.getValue()); in testNetworkSpecifierHandleConnectionSuccessToWrongNetwork()[all …]