Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java73 public class ScanRequestProxy { class
194 ScanRequestProxy(Context context, AppOpsManager appOpsManager, ActivityManager activityManager, in ScanRequestProxy() method in ScanRequestProxy
DWifiInjector.java143 private final ScanRequestProxy mScanRequestProxy;
322 mScanRequestProxy = new ScanRequestProxy(mContext, in WifiInjector()
771 public ScanRequestProxy getScanRequestProxy() { in getScanRequestProxy()
DDppManager.java65 private final ScanRequestProxy mScanRequestProxy;
98 Context context, DppMetrics dppMetrics, ScanRequestProxy scanRequestProxy) { in DppManager()
DActiveModeWarden.java73 private final ScanRequestProxy mScanRequestProxy;
DClientModeImpl.java6398 ScanRequestProxy scanRequestProxy = mWifiInjector.getScanRequestProxy(); in updateWifiConfigOnStartConnection()
6549 ScanRequestProxy scanRequestProxy = mWifiInjector.getScanRequestProxy(); in startIpClient()
DWifiServiceImpl.java165 private final ScanRequestProxy mScanRequestProxy;
/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;
108 private ScanRequestProxy mScanRequestProxy;
144 new ScanRequestProxy(mContext, mAppOps, mActivityManager, mWifiInjector, in setUp()
789 firstRequestMs + ScanRequestProxy.SCAN_REQUEST_THROTTLE_INTERVAL_BG_APPS_MS + 1; in testSuccessiveScanRequestFromBgAppsNotThrottled()
DDppManagerTest.java127 ScanRequestProxy mScanRequestProxy;
DActiveModeWardenTest.java111 @Mock ScanRequestProxy mScanRequestProxy;
DClientModeImplTest.java422 @Mock ScanRequestProxy mScanRequestProxy;
DWifiServiceImplTest.java297 @Mock ScanRequestProxy mScanRequestProxy;
/frameworks/opt/net/wifi/tests/wifitests/
DAndroid.bp258 "com.android.server.wifi.ScanRequestProxy",
259 "com.android.server.wifi.ScanRequestProxy$*",
260 "com.android.server.wifi.ScanRequestProxy.**",