Searched refs:TIMEOUT_RSSI_DELTA_MILLIS (Results 1 – 2 of 2) sorted by relevance
1660 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltasSuccessfulLogging()1664 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltasSuccessfulLogging()1683 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS + 1); in testRssiDeltasTimeout()1685 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS + 1); in testRssiDeltasTimeout()1696 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaSuccessfulLoggingExactBounds()1698 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaSuccessfulLoggingExactBounds()1714 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaOutOfBounds()1716 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS); in testRssiDeltaOutOfBounds()1727 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS, in testUnsuccesfulConnectionEventRssiDeltaIsNotLogged()1744 WifiMetrics.TIMEOUT_RSSI_DELTA_MILLIS, in testIncompleteConnectionEventRssiDeltaIsLogged()[all …]
131 public static final long TIMEOUT_RSSI_DELTA_MILLIS = 3000; field in WifiMetrics1617 if (timeDelta <= TIMEOUT_RSSI_DELTA_MILLIS) { in maybeIncrementRssiDeltaCount()