Searched refs:ABNORMAL_DISCONNECT_RESET_TIME_MS (Results 1 – 2 of 2) sorted by relevance
69 private static final long ABNORMAL_DISCONNECT_RESET_TIME_MS = TimeUnit.HOURS.toMillis(3); field in WifiBlocklistMonitorTest509 when(mClock.getWallClockMillis()).thenReturn(ABNORMAL_DISCONNECT_RESET_TIME_MS + 1); in testNetworkConnectionResetsBlocklistStreak()524 ABNORMAL_DISCONNECT_RESET_TIME_MS + 1); in testNetworkConnectionResetsBlocklistStreak()538 when(mClock.getWallClockMillis()).thenReturn(ABNORMAL_DISCONNECT_RESET_TIME_MS); in testNetworkConnectionNotResetAbnormalDisconnectStreak()541 ABNORMAL_DISCONNECT_RESET_TIME_MS); in testNetworkConnectionNotResetAbnormalDisconnectStreak()552 when(mClock.getWallClockMillis()).thenReturn(ABNORMAL_DISCONNECT_RESET_TIME_MS); in testNetworkConnectionNotResetConnectedScoreStreak()555 ABNORMAL_DISCONNECT_RESET_TIME_MS); in testNetworkConnectionNotResetConnectedScoreStreak()
111 private static final long ABNORMAL_DISCONNECT_RESET_TIME_MS = TimeUnit.HOURS.toMillis(3); field in WifiBlocklistMonitor475 if (connectionTime - prevConnectionTime > ABNORMAL_DISCONNECT_RESET_TIME_MS) { in handleBssidConnectionSuccess()493 if (connectionTime - prevConnectionTime > ABNORMAL_DISCONNECT_RESET_TIME_MS) { in handleBssidConnectionSuccess()