Home
last modified time | relevance | path

Searched defs:timeDeltaLastTwoPollsMs (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java363 int timeDeltaLastTwoPollsMs = (int) (newStats.timeStampInMs - oldStats.timeStampInMs); in checkDataStallAndThroughputSufficiency() local
456 private int detectConsecutiveTwoDataStalls(String ifaceName, int timeDeltaLastTwoPollsMs, in detectConsecutiveTwoDataStalls()
527 boolean isTxTrafficHigh, boolean isRxTrafficHigh, int timeDeltaLastTwoPollsMs, in isThroughputSufficientInternal()
DWifiMetrics.java900 public void incrementDurationCount(int timeDeltaLastTwoPollsMs, in incrementDurationCount()