Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java36 public class ThroughputPredictor { class
105 ThroughputPredictor(Context context) { in ThroughputPredictor() method in ThroughputPredictor
DWifiDataStall.java64 private final ThroughputPredictor mThroughputPredictor;
84 Clock clock, Handler handler, ThroughputPredictor throughputPredictor) { in WifiDataStall()
DWifiInjector.java162 private final ThroughputPredictor mThroughputPredictor;
289 mThroughputPredictor = new ThroughputPredictor(mContext); in WifiInjector()
833 public ThroughputPredictor getThroughputPredictor() { in getThroughputPredictor()
DWifiNetworkSelector.java108 private ThroughputPredictor mThroughputPredictor;
1111 ThroughputPredictor throughputPredictor) { in WifiNetworkSelector()
DClientModeImpl.java2686 ThroughputPredictor throughputPredictor = mWifiInjector.getThroughputPredictor(); in updateWifiInfoAfterAssociation()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DThroughputPredictorTest.java54 ThroughputPredictor mThroughputPredictor;
86 mThroughputPredictor = new ThroughputPredictor(mContext); in setUp()
DWifiDataStallTest.java74 @Mock ThroughputPredictor mThroughputPredictor;
DWifiNetworkSelectorTest.java250 @Mock private ThroughputPredictor mThroughputPredictor;
DClientModeImplTest.java421 @Mock ThroughputPredictor mThroughputPredictor;
/frameworks/opt/net/wifi/tests/wifitests/
DAndroid.bp327 "com.android.server.wifi.ThroughputPredictor",
328 "com.android.server.wifi.ThroughputPredictor$*",
329 "com.android.server.wifi.ThroughputPredictor.**",