Searched refs:isScanThrottleEnabled (Results 1 – 11 of 11) sorted by relevance
74 when(mWifiManager.isScanThrottleEnabled()).thenReturn(true); in updateState_preferenceShouldBeChecked()82 when(mWifiManager.isScanThrottleEnabled()).thenReturn(false); in updateState_preferenceShouldNotBeChecked()
215 mCachedMigrationData.isScanThrottleEnabled()); in migrateFromSettingsIfNeeded()306 pw.println(mCachedMigrationData.isScanThrottleEnabled()); in dump()
590 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in ScanRequestProxy
724 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in BaseWifiService
5163 public boolean isScanThrottleEnabled() {5168 return mWifiThreadRunner.call(()-> mScanRequestProxy.isScanThrottleEnabled(), true);
53 ((SwitchPreference) mPreference).setChecked(mWifiManager.isScanThrottleEnabled()); in updateState()
305 boolean isScanThrottleEnabled(); in isScanThrottleEnabled() method
7807 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in WifiManager7809 return mService.isScanThrottleEnabled(); in isScanThrottleEnabled()
3158 when(mWifiService.isScanThrottleEnabled()).thenReturn(false); in testScanThrottle()3159 assertFalse(mWifiManager.isScanThrottleEnabled()); in testScanThrottle()3160 verify(mWifiService).isScanThrottleEnabled(); in testScanThrottle()
7512 when(mScanRequestProxy.isScanThrottleEnabled()).thenReturn(true); in testIsScanThrottleEnabled()7514 assertTrue(mWifiServiceImpl.isScanThrottleEnabled()); in testIsScanThrottleEnabled()7516 verify(mScanRequestProxy).isScanThrottleEnabled(); in testIsScanThrottleEnabled()
390 …esPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isScanThrottleEnabled();