HomeSort by relevance Sort by last modified time
    Searched refs:getConfiguredNetwork (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkSelector.java 137 mWifiConfigManager.getConfiguredNetwork(wifiInfo.getNetworkId());
420 WifiConfiguration selected = mWifiConfigManager.getConfiguredNetwork(netId);
479 tempConfig = mWifiConfigManager.getConfiguredNetwork(key);
525 mWifiConfigManager.getConfiguredNetwork(wifiInfo.getNetworkId());
SavedNetworkEvaluator.java 304 mWifiConfigManager.getConfiguredNetwork(network.networkId)));
316 candidate = mWifiConfigManager.getConfiguredNetwork(network.networkId);
ScoredNetworkEvaluator.java 326 return mWifiConfigManager.getConfiguredNetwork(candidateNetworkId);
WifiStateMachine.java 346 WifiConfiguration config = mWifiConfigManager.getConfiguredNetwork(mTargetNetworkId);
    [all...]
WifiConnectivityManager.java 745 .getConfiguredNetwork(mWifiInfo.getNetworkId());
    [all...]
WifiConfigManager.java 522 public WifiConfiguration getConfiguredNetwork(int networkId) {
539 public WifiConfiguration getConfiguredNetwork(String configKey) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNetworkSelectorTestUtil.java 182 when(wifiConfigManager.getConfiguredNetwork(anyInt()))
193 when(wifiConfigManager.getConfiguredNetwork(anyString()))
375 when(wifiConfigManager.getConfiguredNetwork(eq(networkId)))
WifiConfigManagerTest.java     [all...]
WifiStateMachineTest.java     [all...]
WifiConnectivityManagerTest.java 299 when(wifiConfigManager.getConfiguredNetwork(anyInt())).thenReturn(null);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointNetworkEvaluatorTest.java 202 when(mWifiConfigManager.getConfiguredNetwork(TEST_NETWORK_ID)).thenReturn(TEST_CONFIG1);
245 when(mWifiConfigManager.getConfiguredNetwork(TEST_NETWORK_ID)).thenReturn(TEST_CONFIG1);
290 when(mWifiConfigManager.getConfiguredNetwork(TEST_NETWORK_ID)).thenReturn(TEST_CONFIG1);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointNetworkEvaluator.java 163 return mWifiConfigManager.getConfiguredNetwork(result.getNetworkId());

Completed in 565 milliseconds