Home
last modified time | relevance | path

Searched refs:mLastFrequency (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java73 private int mLastFrequency = -1; field in WifiDataStall
200 mLastFrequency = -1; in reset()
386 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1 in checkDataStallAndThroughputSufficiency()
388 && mLastFrequency == currFrequency); in checkDataStallAndThroughputSufficiency()
389 mLastFrequency = currFrequency; in checkDataStallAndThroughputSufficiency()
DWifiMetrics.java272 private int mLastFrequency = -1; field in WifiMetrics
5982 mLastFrequency = -1; in clear()
7077 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1
7079 && mLastFrequency == info.getFrequency());
7081 mLastFrequency = info.getFrequency();
7171 mWifiChannelUtilization.getUtilizationRatio(mLastFrequency);