Searched refs:TIMEOUT_RSSI_DELTA_MILLIS (Results 1 – 2 of 2) sorted by relevance
2055 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltasSuccessfulLogging()2059 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltasSuccessfulLogging()2078 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS + 1); in testRssiDeltasTimeout()2080 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS + 1); in testRssiDeltasTimeout()2091 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaSuccessfulLoggingExactBounds()2093 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaSuccessfulLoggingExactBounds()2109 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaOutOfBounds()2111 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaOutOfBounds()2122 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS, in testUnsuccesfulConnectionEventRssiDeltaIsNotLogged()2139 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS, in testIncompleteConnectionEventRssiDeltaIsLogged()[all …]
147 public static final long TIMEOUT_RSSI_DELTA_MILLIS = 3000; field in WifiMetrics2119 if (timeDelta <= TIMEOUT_RSSI_DELTA_MILLIS) { in maybeIncrementRssiDeltaCount()