Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanRequestProxyTest.java21 import static com.android.server.wifi.ScanRequestProxy.SCAN_REQUEST_THROTTLE_MAX_IN_TIME_WINDOW_FG_…
22 import static com.android.server.wifi.ScanRequestProxy.SCAN_REQUEST_THROTTLE_TIME_WINDOW_FG_APPS_MS;
101 private ScanRequestProxy mScanRequestProxy;
136 new ScanRequestProxy(mContext, mAppOps, mActivityManager, mWifiInjector, in setUp()
790 firstRequestMs + ScanRequestProxy.SCAN_REQUEST_THROTTLE_INTERVAL_BG_APPS_MS + 1; in testSuccessiveScanRequestFromBgAppsNotThrottled()
DActiveModeWardenTest.java88 @Mock ScanRequestProxy mScanRequestProxy;
DWifiServiceImplTest.java256 @Mock ScanRequestProxy mScanRequestProxy;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java69 public class ScanRequestProxy { class
233 ScanRequestProxy(Context context, AppOpsManager appOpsManager, ActivityManager activityManager, in ScanRequestProxy() method in ScanRequestProxy
DWifiInjector.java147 private final ScanRequestProxy mScanRequestProxy;
298 mScanRequestProxy = new ScanRequestProxy(mContext, in WifiInjector()
758 public ScanRequestProxy getScanRequestProxy() { in getScanRequestProxy()
DActiveModeWarden.java63 private final ScanRequestProxy mScanRequestProxy;
DWifiServiceImpl.java166 final ScanRequestProxy mScanRequestProxy;
DClientModeImpl.java5422 ScanRequestProxy scanRequestProxy = mWifiInjector.getScanRequestProxy(); in enter()