HomeSort by relevance Sort by last modified time
    Searched defs:createWepNetwork (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ConfigurationMapTest.java 276 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createWepNetwork());
WifiBackupRestoreTest.java 240 configurations.add(WifiConfigurationTestUtil.createWepNetwork());
465 configurations.add(WifiConfigurationTestUtil.createWepNetwork());
466 configurations.add(WifiConfigurationTestUtil.createWepNetwork());
486 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork();
515 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork();
553 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork();
559 WifiConfiguration nonSystemAppWepNetwork = WifiConfigurationTestUtil.createWepNetwork();
663 configurations.add(WifiConfigurationTestUtil.createWepNetwork());
    [all...]
WifiConfigurationTestUtil.java 271 public static WifiConfiguration createWepNetwork() {
281 WifiConfiguration configuration = createWepNetwork();
    [all...]
WifiConfigManagerTest.java 415 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork();
564 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork();
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
XmlUtilTest.java 117 serializeDeserializeWifiConfiguration(WifiConfigurationTestUtil.createWepNetwork());

Completed in 215 milliseconds