Searched refs:isScanThrottleEnabled (Results 1 – 10 of 10) sorted by relevance
74 when(mWifiManager.isScanThrottleEnabled()).thenReturn(true); in updateState_preferenceShouldBeChecked()82 when(mWifiManager.isScanThrottleEnabled()).thenReturn(false); in updateState_preferenceShouldNotBeChecked()
53 ((TwoStatePreference) mPreference).setChecked(mWifiManager.isScanThrottleEnabled()); in updateState()
342 mCachedMigrationData.isScanThrottleEnabled()); in migrateFromSettingsIfNeeded()433 pw.println(mCachedMigrationData.isScanThrottleEnabled()); in dump()
528 if (!fromSettingsOrSetupWizard && isScanThrottleEnabled() in startScan()683 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in ScanRequestProxy
7820 public boolean isScanThrottleEnabled() {7822 final boolean enable = mScanRequestProxy.isScanThrottleEnabled();
423 boolean isScanThrottleEnabled(); in isScanThrottleEnabled() method
11088 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in WifiManager11090 return mService.isScanThrottleEnabled(); in isScanThrottleEnabled()
3460 when(mWifiService.isScanThrottleEnabled()).thenReturn(false); in testScanThrottle()3461 assertFalse(mWifiManager.isScanThrottleEnabled()); in testScanThrottle()3462 verify(mWifiService).isScanThrottleEnabled(); in testScanThrottle()
9468 when(mScanRequestProxy.isScanThrottleEnabled()).thenReturn(true); in testIsScanThrottleEnabled()9469 assertTrue(mWifiServiceImpl.isScanThrottleEnabled()); in testIsScanThrottleEnabled()9470 verify(mScanRequestProxy).isScanThrottleEnabled(); in testIsScanThrottleEnabled()
526 …esPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isScanThrottleEnabled();