Searched refs:TIMEOUT_RSSI_DELTA_MILLIS (Results 1 – 2 of 2) sorted by relevance
2582 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltasSuccessfulLogging()2586 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltasSuccessfulLogging()2605 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS + 1); in testRssiDeltasTimeout()2607 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS + 1); in testRssiDeltasTimeout()2618 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaSuccessfulLoggingExactBounds()2620 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaSuccessfulLoggingExactBounds()2636 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaOutOfBounds()2638 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaOutOfBounds()2649 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS, in testUnsuccesfulConnectionEventRssiDeltaIsNotLogged()2666 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS, in testIncompleteConnectionEventRssiDeltaIsLogged()[all …]
186 public static final long TIMEOUT_RSSI_DELTA_MILLIS = 3000; field in WifiMetrics3339 if (timeDelta <= TIMEOUT_RSSI_DELTA_MILLIS) { in maybeIncrementRssiDeltaCount()