/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DataProfileTest.java | 143 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 D | ApnSettingTest.java | 115 assertEquals(a1.getAuthType(), a2.getAuthType()); in assertApnSettingEqual()
|
H A D | DcTrackerTest.java | 776 assertEquals(0, dp.getAuthType()); in verifyDataProfile()
|
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/ |
H A D | SoftApConfToXmlMigrationUtilTest.java | 73 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 D | WifiConfigurationTest.java | 707 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 D | SoftApConfigurationTest.java | 345 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 D | WifiManagerTest.java | 217 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 D | SoftApBackupRestoreTest.java | 102 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 D | WifiConfigurationTestUtil.java | 738 assertEquals(expected.getAuthType(), actual.getAuthType()); in assertConfigurationEqualForSoftAp()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/ |
H A D | NfcWifiProtectedSetup.java | 162 if (result.getAuthType() == WifiConfiguration.KeyMgmt.NONE) { in parseCredential()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/ |
H A D | NetworkPasswordPreferenceControllerTest.java | 201 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 D | AddAppNetworksFragment.java | 333 final int authType = specifiedConfig.getAuthType(); in isSavedWifiConfiguration() 339 || authType != privilegedWifiConfiguration.getAuthType()) { in isSavedWifiConfiguration()
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | DataProfile.java | 179 public @AuthType int getAuthType() { return mAuthType; } in getAuthType() method in DataProfile
|
H A D | ApnSetting.java | 748 public int getAuthType() { in getAuthType() method in ApnSetting
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | ApConfigUtil.java | 596 if (wifiConfig.getAuthType() == WifiConfiguration.KeyMgmt.WPA2_PSK) { in fromWifiConfiguration()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiConfiguration.java | 3289 public int getAuthType() { in getAuthType() method in WifiConfiguration
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DcTracker.java | 3615 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 D | RIL.java | 1811 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 D | WifiConfigManager.java | 1521 int authType = config.getAuthType(); in removeExcessNetworks()
|
H A D | WifiMetrics.java | 1829 currentConnectionEvent.mAuthType = config.getAuthType(); in startConnectionEvent()
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | system-current.txt | 365 method @Deprecated public int getAuthType();
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 12407 method public int getAuthType();
|
H A D | current.txt | 43090 method public int getAuthType();
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56649 Landroid/telephony/data/DataProfile;->getAuthType()I
|