Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/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;
112 private ScanRequestProxy mScanRequestProxy;
156 new ScanRequestProxy(mContext, mAppOps, mActivityManager, mWifiInjector, in setUp()
950 firstRequestMs + ScanRequestProxy.SCAN_REQUEST_THROTTLE_INTERVAL_BG_APPS_MS + 1; in testSuccessiveScanRequestFromBgAppsNotThrottled()
1110 ArrayMap<String, Object> expectedOptions = asMap(ScanRequestProxy in verifyScanAvailableBroadcastOptions()
DWifiShellCommandTest.java106 @Mock ScanRequestProxy mScanRequestProxy;
DWifiBlocklistMonitorTest.java147 @Mock private ScanRequestProxy mScanRequestProxy;
DDppManagerTest.java143 ScanRequestProxy mScanRequestProxy;
DWifiNetworkSelectorTest.java324 @Mock private ScanRequestProxy mScanRequestProxy;
DActiveModeWardenTest.java171 @Mock ScanRequestProxy mScanRequestProxy;
DClientModeImplTest.java572 @Mock ScanRequestProxy mScanRequestProxy;
DWifiServiceImplTest.java433 @Mock ScanRequestProxy mScanRequestProxy;
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java82 public class ScanRequestProxy { class
237 ScanRequestProxy(Context context, AppOpsManager appOpsManager, ActivityManager activityManager, in ScanRequestProxy() method in ScanRequestProxy
DWifiInjector.java213 private final ScanRequestProxy mScanRequestProxy;
453 mScanRequestProxy = new ScanRequestProxy(mContext, in WifiInjector()
1042 public ScanRequestProxy getScanRequestProxy() { in getScanRequestProxy()
DDppManager.java81 private final ScanRequestProxy mScanRequestProxy;
132 ScanRequestProxy scanRequestProxy, WifiPermissionsUtil wifiPermissionsUtil) { in DppManager()
DWifiBlocklistMonitor.java133 private ScanRequestProxy mScanRequestProxy;
244 public void setScanRequestProxy(ScanRequestProxy scanRequestProxy) { in setScanRequestProxy()
DWifiNetworkSelector.java126 private final ScanRequestProxy mScanRequestProxy;
1798 ScanRequestProxy scanRequestProxy, in WifiNetworkSelector()
DActiveModeWarden.java136 private final ScanRequestProxy mScanRequestProxy;
DWifiShellCommand.java212 private final ScanRequestProxy mScanRequestProxy;
DWifiServiceImpl.java58 import static com.android.server.wifi.ScanRequestProxy.createBroadcastOptionsForScanResultsAvailabl…
275 private final ScanRequestProxy mScanRequestProxy;
DClientModeImpl.java264 private final ScanRequestProxy mScanRequestProxy;
720 @NonNull ScanRequestProxy scanRequestProxy, in ClientModeImpl()
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp377 "com.android.server.wifi.ScanRequestProxy",
378 "com.android.server.wifi.ScanRequestProxy$*",
379 "com.android.server.wifi.ScanRequestProxy.**",