Searched refs:getAuthType (Results 1 – 13 of 13) sorted by relevance
73 int authType = config.getAuthType(); in createLegacyApConfFile()130 if (backup.getAuthType() == WifiConfiguration.KeyMgmt.WPA2_PSK) { in assertWifiConfigurationEqualSoftApConfiguration()
132 assertThat(dp.getAuthType()).isEqualTo(ApnSetting.AUTH_TYPE_PAP_OR_CHAP); in testCreateFromApnSetting()151 assertThat(dp.getAuthType()).isEqualTo(ApnSetting.AUTH_TYPE_PAP_OR_CHAP); in testCreateFromApnSettingWithNetworkTypeBitmask()
102 assertEquals(a1.getAuthType(), a2.getAuthType()); in assertApnSettingEqual()
1467 assertThat(dataProfile.getApnSetting().getAuthType()).isEqualTo(ApnSetting.AUTH_TYPE_CHAP); in testDedupeDataProfiles2()
158 public @AuthType int getAuthType() { in getAuthType() method in DataProfile160 return mApnSetting.getAuthType(); in getAuthType()
816 public int getAuthType() { in getAuthType() method in ApnSetting
1055 apnBuilder.setAuthType(apn2.getAuthType() == -1 in mergeDataProfiles()1056 ? apn1.getAuthType() : apn2.getAuthType()); in mergeDataProfiles()
902 dpi.authType = dp.getAuthType(); in convertToHalDataProfile14()940 dpi.authType = dp.getAuthType(); in convertToHalDataProfile15()980 dpi.authType = dp.getAuthType(); in convertToHalDataProfile()
2597 assertEquals(AUTH_TYPE, dpi.getAuthType()); in testSetupDataCall()
15823 method @Deprecated public int getAuthType();
46505 method public int getAuthType();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52683 Landroid/telephony/data/DataProfile;->getAuthType()I