/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DataProfileTest.java | 116 assertEquals(RILConstants.SETUP_DATA_AUTH_PAP_CHAP, dp.getAuthType()); in testCreateFromApnSetting() 132 assertEquals(RILConstants.SETUP_DATA_AUTH_PAP_CHAP, dp.getAuthType()); in testCreateFromApnSettingWithNetworkTypeBitmask()
|
D | ApnSettingTest.java | 116 assertEquals(a1.getAuthType(), a2.getAuthType()); in assertApnSettingEqual()
|
D | DcTrackerTest.java | 575 assertEquals(0, dp.getAuthType()); in verifyDataProfile()
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | SoftApConfToXmlMigrationUtilTest.java | 73 int authType = config.getAuthType(); in createLegacyApConfFile() 130 if (backup.getAuthType() == WifiConfiguration.KeyMgmt.WPA2_PSK) { in assertWifiConfigurationEqualSoftApConfiguration()
|
D | SoftApConfigurationTest.java | 302 assertThat(wifiConfig_2g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter() 315 assertThat(wifiConfig_5g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter() 328 assertThat(wifiConfig_2g5g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter()
|
D | WifiManagerTest.java | 174 if (wifiConfig.getAuthType() != WifiConfiguration.KeyMgmt.NONE) { in compareWifiAndSoftApConfiguration() 179 if (wifiConfig.getAuthType() != WifiConfiguration.KeyMgmt.WPA2_PSK) { in compareWifiAndSoftApConfiguration()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataProfile.java | 179 public @AuthType int getAuthType() { return mAuthType; } in getAuthType() method in DataProfile
|
D | ApnSetting.java | 623 public int getAuthType() { in getAuthType() method in ApnSetting
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 400 if (wifiConfig.getAuthType() == WifiConfiguration.KeyMgmt.WPA2_PSK) { in fromWifiConfiguration()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigurationTestUtil.java | 632 assertEquals(expected.getAuthType(), actual.getAuthType()); in assertConfigurationEqualForSoftAp()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiConfiguration.java | 2492 public int getAuthType() { in getAuthType() method in WifiConfiguration
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 1706 dpi.authType = dp.getAuthType(); in convertToHalDataProfile10() 1740 dpi.authType = dp.getAuthType(); in convertToHalDataProfile14() 1777 dpi.authType = dp.getAuthType(); in convertToHalDataProfile15()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3301 dest.getPassword(), dest.getAuthType(), resultApnType, protocol, roamingProtocol, in mergeApns() 5041 .setAuthType(apn.getAuthType()) in createDataProfile()
|
/frameworks/base/wifi/api/ |
D | system-current.txt | 308 method @Deprecated public int getAuthType();
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 992 method public int getAuthType();
|
/frameworks/base/api/ |
D | system-current.txt | 7105 method @Deprecated public int getAuthType(); 11495 method public int getAuthType();
|
D | current.txt | 48448 method public int getAuthType();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10377 method public int getAuthType();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |