Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java37 public class ThroughputPredictor { class
111 ThroughputPredictor(Context context) { in ThroughputPredictor() method in ThroughputPredictor
DWifiDataStall.java68 private final ThroughputPredictor mThroughputPredictor;
152 Clock clock, Handler handler, ThroughputPredictor throughputPredictor, in WifiDataStall()
DWifiInjector.java232 private final ThroughputPredictor mThroughputPredictor;
452 mThroughputPredictor = new ThroughputPredictor(mContext); in WifiInjector()
DWifiNetworkSelector.java123 private final ThroughputPredictor mThroughputPredictor;
1795 ThroughputPredictor throughputPredictor, in WifiNetworkSelector()
DClientModeImpl.java260 private final ThroughputPredictor mThroughputPredictor;
718 @NonNull ThroughputPredictor throughputPredictor, in ClientModeImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DThroughputPredictorTest.java55 ThroughputPredictor mThroughputPredictor;
91 mThroughputPredictor = new ThroughputPredictor(mContext); in setUp()
DWifiDataStallTest.java76 @Mock ThroughputPredictor mThroughputPredictor;
DWifiNetworkSelectorTest.java321 @Mock private ThroughputPredictor mThroughputPredictor;
DClientModeImplTest.java571 @Mock ThroughputPredictor mThroughputPredictor;
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp473 "com.android.server.wifi.ThroughputPredictor",
474 "com.android.server.wifi.ThroughputPredictor$*",
475 "com.android.server.wifi.ThroughputPredictor.**",