Searched refs:setNetworkConnectChoice (Results 1 – 5 of 5) sorted by relevance
276 when(wifiConfigManager.setNetworkConnectChoice(anyInt(), anyString(), anyLong())) in prepareConfigStore()
706 verify(mWifiConfigManager).setNetworkConnectChoice(configInLastNetworkSelection.networkId, in setUserConnectChoice()708 verify(mWifiConfigManager, never()).setNetworkConnectChoice( in setUserConnectChoice()
3715 mWifiConfigManager.setNetworkConnectChoice( in testRemoveNetworkRemovesConnectChoice()4576 mWifiConfigManager.setNetworkConnectChoice( in testDisablePasspointNetworkRemovesUserChoice()
583 mWifiConfigManager.setNetworkConnectChoice(network.networkId, key, currentTime); in setLegacyUserConnectChoice()
2098 public boolean setNetworkConnectChoice( in setNetworkConnectChoice() method in WifiConfigManager