Searched refs:TIMEOUT_RSSI_DELTA_MILLIS (Results 1 – 2 of 2) sorted by relevance
2455 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltasSuccessfulLogging()2459 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltasSuccessfulLogging()2478 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS + 1); in testRssiDeltasTimeout()2480 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS + 1); in testRssiDeltasTimeout()2491 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaSuccessfulLoggingExactBounds()2493 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaSuccessfulLoggingExactBounds()2509 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaOutOfBounds()2511 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaOutOfBounds()2522 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS, in testUnsuccesfulConnectionEventRssiDeltaIsNotLogged()2539 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS, in testIncompleteConnectionEventRssiDeltaIsLogged()[all …]
175 public static final long TIMEOUT_RSSI_DELTA_MILLIS = 3000; field in WifiMetrics2602 if (timeDelta <= TIMEOUT_RSSI_DELTA_MILLIS) { in maybeIncrementRssiDeltaCount()