Searched refs:lastConnectAttemptTimestamp (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1661 private long lastConnectAttemptTimestamp = 0; field in class:WifiStateMachine
1683 if (lastConnectAttemptTimestamp != 0 && (now - lastConnectAttemptTimestamp) < 10000) {
1685 sendMessageDelayed(dmsg, 11000 - (now - lastConnectAttemptTimestamp));
3916 (System.currentTimeMillis() - lastConnectAttemptTimestamp) > CONNECT_TIMEOUT_MSEC;
4832 lastConnectAttemptTimestamp = System.currentTimeMillis();
7107 lastConnectAttemptTimestamp = System.currentTimeMillis();
7155 lastConnectAttemptTimestamp = System.currentTimeMillis();
7307 lastConnectAttemptTimestamp = System.currentTimeMillis();
7314 lastConnectAttemptTimestamp
[all...]

Completed in 18 milliseconds