Home
last modified time | relevance | path

Searched refs:getAuthType (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataProfileTest.java143 assertEquals(RILConstants.SETUP_DATA_AUTH_PAP_CHAP, dp.getAuthType()); in testCreateFromApnSetting()
159 assertEquals(RILConstants.SETUP_DATA_AUTH_PAP_CHAP, dp.getAuthType()); in testCreateFromApnSettingWithNetworkTypeBitmask()
H A DApnSettingTest.java115 assertEquals(a1.getAuthType(), a2.getAuthType()); in assertApnSettingEqual()
H A DDcTrackerTest.java776 assertEquals(0, dp.getAuthType()); in verifyDataProfile()
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/
H A DSoftApConfToXmlMigrationUtilTest.java73 int authType = config.getAuthType(); in createLegacyApConfFile()
130 if (backup.getAuthType() == WifiConfiguration.KeyMgmt.WPA2_PSK) { in assertWifiConfigurationEqualSoftApConfiguration()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiConfigurationTest.java707 assertEquals(KeyMgmt.WPA_PSK, configuration.getAuthType()); in testGetAuthType()
710 assertEquals(KeyMgmt.SAE, configuration.getAuthType()); in testGetAuthType()
713 assertEquals(KeyMgmt.WAPI_PSK, configuration.getAuthType()); in testGetAuthType()
716 assertEquals(KeyMgmt.NONE, configuration.getAuthType()); in testGetAuthType()
719 assertEquals(KeyMgmt.OWE, configuration.getAuthType()); in testGetAuthType()
722 assertEquals(KeyMgmt.WPA_EAP, configuration.getAuthType()); in testGetAuthType()
725 assertEquals(KeyMgmt.WPA_EAP, configuration.getAuthType()); in testGetAuthType()
728 assertEquals(KeyMgmt.SUITE_B_192, configuration.getAuthType()); in testGetAuthType()
731 assertEquals(KeyMgmt.WAPI_CERT, configuration.getAuthType()); in testGetAuthType()
740 configuration.getAuthType(); in testGetAuthTypeFailure1()
[all …]
H A DSoftApConfigurationTest.java345 assertThat(wifiConfig_2g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter()
358 assertThat(wifiConfig_5g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter()
371 assertThat(wifiConfig_2g5g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter()
384 assertThat(wifiConfig_sae_transition.getAuthType()) in testToWifiConfigurationWithSupportedParameter()
H A DWifiManagerTest.java217 if (wifiConfig.getAuthType() != WifiConfiguration.KeyMgmt.NONE) { in compareWifiAndSoftApConfiguration()
222 if (wifiConfig.getAuthType() != WifiConfiguration.KeyMgmt.WPA2_PSK) { in compareWifiAndSoftApConfiguration()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApBackupRestoreTest.java102 int authType = backup.getAuthType(); in assertWifiConfigurationEqualSoftApConfiguration()
103 if (backup.getAuthType() == WifiConfiguration.KeyMgmt.WPA2_PSK) { in assertWifiConfigurationEqualSoftApConfiguration()
137 out.writeInt(wificonfig.getAuthType()); in getBytesForBackup()
H A DWifiConfigurationTestUtil.java738 assertEquals(expected.getAuthType(), actual.getAuthType()); in assertConfigurationEqualForSoftAp()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcWifiProtectedSetup.java162 if (result.getAuthType() == WifiConfiguration.KeyMgmt.NONE) { in parseCredential()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
H A DNetworkPasswordPreferenceControllerTest.java201 assertThat(config.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA_PSK); in handlePreferenceChanged_hasSecurity_networkNameSet_wifiConnected()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
H A DAddAppNetworksFragment.java333 final int authType = specifiedConfig.getAuthType(); in isSavedWifiConfiguration()
339 || authType != privilegedWifiConfiguration.getAuthType()) { in isSavedWifiConfiguration()
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DDataProfile.java179 public @AuthType int getAuthType() { return mAuthType; } in getAuthType() method in DataProfile
H A DApnSetting.java748 public int getAuthType() { in getAuthType() method in ApnSetting
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java596 if (wifiConfig.getAuthType() == WifiConfiguration.KeyMgmt.WPA2_PSK) { in fromWifiConfiguration()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiConfiguration.java3289 public int getAuthType() { in getAuthType() method in WifiConfiguration
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java3615 dest.getPassword(), dest.getAuthType(), resultApnType, protocol, roamingProtocol, in mergeApns()
5518 .setAuthType(apn.getAuthType()) in createDataProfile()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1811 dpi.authType = dp.getAuthType(); in convertToHalDataProfile10()
1845 dpi.authType = dp.getAuthType(); in convertToHalDataProfile14()
1942 dpi.authType = dp.getAuthType(); in convertToHalDataProfile15()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java1521 int authType = config.getAuthType(); in removeExcessNetworks()
H A DWifiMetrics.java1829 currentConnectionEvent.mAuthType = config.getAuthType(); in startConnectionEvent()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt365 method @Deprecated public int getAuthType();
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12407 method public int getAuthType();
H A Dcurrent.txt43090 method public int getAuthType();
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56649 Landroid/telephony/data/DataProfile;->getAuthType()I