Searched refs:ScanRequestProxy (Results 1 – 8 of 8) sorted by relevance
21 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()
88 @Mock ScanRequestProxy mScanRequestProxy;
256 @Mock ScanRequestProxy mScanRequestProxy;
69 public class ScanRequestProxy { class233 ScanRequestProxy(Context context, AppOpsManager appOpsManager, ActivityManager activityManager, in ScanRequestProxy() method in ScanRequestProxy
147 private final ScanRequestProxy mScanRequestProxy;298 mScanRequestProxy = new ScanRequestProxy(mContext, in WifiInjector()758 public ScanRequestProxy getScanRequestProxy() { in getScanRequestProxy()
63 private final ScanRequestProxy mScanRequestProxy;
166 final ScanRequestProxy mScanRequestProxy;
5422 ScanRequestProxy scanRequestProxy = mWifiInjector.getScanRequestProxy(); in enter()