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()
53 ((TwoStatePreference) mPreference).setChecked(mWifiManager.isScanThrottleEnabled()); in updateState()
329 mCachedMigrationData.isScanThrottleEnabled()); in migrateFromSettingsIfNeeded()420 pw.println(mCachedMigrationData.isScanThrottleEnabled()); in dump()
526 if (!fromSettingsOrSetupWizard && isScanThrottleEnabled() in startScan()680 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in ScanRequestProxy
7304 public boolean isScanThrottleEnabled() {7306 final boolean enable = mScanRequestProxy.isScanThrottleEnabled();
400 boolean isScanThrottleEnabled(); in isScanThrottleEnabled() method
926 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in BaseWifiService
10848 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in WifiManager10850 return mService.isScanThrottleEnabled(); in isScanThrottleEnabled()
3423 when(mWifiService.isScanThrottleEnabled()).thenReturn(false); in testScanThrottle()3424 assertFalse(mWifiManager.isScanThrottleEnabled()); in testScanThrottle()3425 verify(mWifiService).isScanThrottleEnabled(); in testScanThrottle()
9329 when(mScanRequestProxy.isScanThrottleEnabled()).thenReturn(true); in testIsScanThrottleEnabled()9330 assertTrue(mWifiServiceImpl.isScanThrottleEnabled()); in testIsScanThrottleEnabled()9331 verify(mScanRequestProxy).isScanThrottleEnabled(); in testIsScanThrottleEnabled()
497 …esPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isScanThrottleEnabled();