HomeSort by relevance Sort by last modified time
    Searched defs:allowedKeyManagement (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ScanResultUtilTest.java 97 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
102 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
109 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK));
114 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP));
115 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
WifiTetherSecurityPreferenceControllerTest.java 50 mConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
86 mConfig.allowedKeyManagement.clear();
87 mConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
93 mConfig.allowedKeyManagement.clear();
94 mConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiConfigurationTest.java 112 config.allowedKeyManagement.clear();
121 config.allowedKeyManagement.clear();
130 config.allowedKeyManagement.clear();
139 config.allowedKeyManagement.clear();
148 config.allowedKeyManagement.clear();
159 config.allowedKeyManagement.clear();
160 config.allowedKeyManagement.set(keyMgmt);
171 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
172 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
WifiConfigurationProviderTest.java 88 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK));
99 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
109 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
119 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
129 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigHelper.java 79 config.allowedKeyManagement.clear();
83 config.allowedKeyManagement.set(KeyMgmt.NONE);
86 config.allowedKeyManagement.set(KeyMgmt.NONE);
91 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
94 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
95 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupDataV1Parser.java 223 // |allowedKeyManagement|
224 if (config.allowedKeyManagement.length()
226 config.allowedKeyManagement.clear(
228 config.allowedKeyManagement.length());
323 configuration.allowedKeyManagement = BitSet.valueOf(allowedKeyMgmt);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ConfigurationMapTest.java 289 config.allowedKeyManagement.clear();
290 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
WifiApConfigStoreTest.java 103 config.allowedKeyManagement.set(keyManagement);
131 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK));
141 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK));
519 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
541 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
584 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
585 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
597 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
WifiBackupRestoreTest.java 278 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
331 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
    [all...]
WifiConfigManagerTest.java     [all...]
WifiStateMachineTest.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointProviderTest.java 728 assertTrue(wifiConfig.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP));
729 assertTrue(wifiConfig.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X));
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 299 config.allowedKeyManagement.set(KeyMgmt.NONE);
303 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
306 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
307 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);
309 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
324 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
327 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
342 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
347 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
369 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 381 public BitSet allowedKeyManagement;
720 final int cardinality = allowedKeyManagement.cardinality();
722 || (cardinality == 1 && allowedKeyManagement.get(KeyMgmt.NONE));
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 340 milliseconds

1 2