Home
last modified time | relevance | path

Searched refs:setAutoJoinEnabledExternal (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java4481 mWifiConnectivityManager.setAutoJoinEnabledExternal(false, false); in testDisableAutojoinGlobalDismissesNetworkSwitchDialog()
4699 mWifiConnectivityManager.setAutoJoinEnabledExternal(false, false); in verifyGetFirmwareRoamingInfoIsNotCalledWhenEnableWiFiAndWcmOff()
4713 mWifiConnectivityManager.setAutoJoinEnabledExternal(false, false); in testSetAutoJoinEnabledExternalDeviceOwnerPrivileged()
4715 mWifiConnectivityManager.setAutoJoinEnabledExternal(true, false); in testSetAutoJoinEnabledExternalDeviceOwnerPrivileged()
4719 mWifiConnectivityManager.setAutoJoinEnabledExternal(false, true); in testSetAutoJoinEnabledExternalDeviceOwnerPrivileged()
4723 mWifiConnectivityManager.setAutoJoinEnabledExternal(true, false); in testSetAutoJoinEnabledExternalDeviceOwnerPrivileged()
4727 mWifiConnectivityManager.setAutoJoinEnabledExternal(true, true); in testSetAutoJoinEnabledExternalDeviceOwnerPrivileged()
4731 mWifiConnectivityManager.setAutoJoinEnabledExternal(false, false); in testSetAutoJoinEnabledExternalDeviceOwnerPrivileged()
5206 mWifiConnectivityManager.setAutoJoinEnabledExternal(false, false); in verifyEnableAndDisableAutoJoinWhenExternalAutoJoinIsDisabled()
5591 mWifiConnectivityManager.setAutoJoinEnabledExternal(true, false); in verifyForceConnectivityScan()
[all …]
DWifiServiceImplTest.java898 verify(mWifiConnectivityManager).setAutoJoinEnabledExternal(true, false); in testSetWifiEnabledMetricsPrivilegedApp()
8436 verify(mWifiConnectivityManager).setAutoJoinEnabledExternal(true, false); in testAllowAutojoinGlobalWithPermission()
8445 verify(mWifiConnectivityManager, times(2)).setAutoJoinEnabledExternal(true, false); in testAllowAutojoinGlobalWithPermission()
8454 verify(mWifiConnectivityManager).setAutoJoinEnabledExternal(true, true); in testAllowAutojoinGlobalWithPermission()
8480 verify(mWifiConnectivityManager).setAutoJoinEnabledExternal(true, true); in testAutoJoinGlobalWithAttributionSourceChain()
8487 verify(mWifiConnectivityManager).setAutoJoinEnabledExternal(false, false); in testAutoJoinGlobalWithAttributionSourceChain()
8494 verify(mWifiConnectivityManager, times(2)).setAutoJoinEnabledExternal(true, true); in testAutoJoinGlobalWithAttributionSourceChain()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java3484 public void setAutoJoinEnabledExternal(boolean enable, boolean isDeviceAdmin) { in setAutoJoinEnabledExternal() method in WifiConnectivityManager
DWifiServiceImpl.java1364 () -> mWifiConnectivityManager.setAutoJoinEnabledExternal(true, false), in setWifiEnabledInternal()
4263 mWifiThreadRunner.post(() -> mWifiConnectivityManager.setAutoJoinEnabledExternal(choice, in allowAutojoinGlobal()