Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDataStall.java56 private int mDataStallRxTputThrMbps; field in WifiDataStall
164 isRxTputLow = rxTput < mDataStallRxTputThrMbps * 100; in checkForDataStall()
259 mDataStallRxTputThrMbps = mDeviceConfigFacade.getDataStallRxTputThrMbps(); in updateUsabilityDataCollectionFlags()
265 mWifiMetrics.setDataStallRxTputThrMbps(mDataStallRxTputThrMbps); in updateUsabilityDataCollectionFlags()