Searched refs:getAuthType (Results 1 – 19 of 19) sorted by relevance
/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 | 578 assertEquals(0, dp.getAuthType()); in verifyDataProfile()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiApConfigStore.java | 321 int authType = config.getAuthType(); in writeApConfiguration() 447 authType = apConfig.getAuthType(); in validateApWifiConfiguration()
|
D | HostapdHal.java | 585 switch (localConfig.getAuthType()) { in getEncryptionType()
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | WifiConfigurationTest.java | 293 assertEquals(config.getAuthType(), restoredConfig.getAuthType()); in testSoftApConfigBackupAndRestore()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiApConfigStoreTest.java | 179 assertEquals(config1.getAuthType(), config2.getAuthType()); in verifyApConfig()
|
/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 | 620 public int getAuthType() { in getAuthType() method in ApnSetting
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiConfiguration.java | 2161 public int getAuthType() { in getAuthType() method in WifiConfiguration 2608 out.writeInt(getAuthType()); in getBytesForBackup()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3268 dest.getPassword(), dest.getAuthType(), resultApnType, protocol, roamingProtocol, in mergeApns() 5007 .setAuthType(apn.getAuthType()) in createDataProfile()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 1707 dpi.authType = dp.getAuthType(); in convertToHalDataProfile10() 1741 dpi.authType = dp.getAuthType(); in convertToHalDataProfile14() 1778 dpi.authType = dp.getAuthType(); in convertToHalDataProfile15()
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1060 method public int getAuthType();
|
/frameworks/base/api/ |
D | system-current.txt | 9288 method public int getAuthType();
|
D | current.txt | 46348 method public int getAuthType();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 9186 method public int getAuthType();
|
D | current.txt | 46204 method public int getAuthType();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 10864 HSPLandroid/net/wifi/WifiConfiguration;->getAuthType()I 14488 HSPLandroid/telephony/data/ApnSetting;->getAuthType()I
|
D | hiddenapi-greylist-max-o.txt | 67349 Landroid/telephony/data/DataProfile;->getAuthType()I
|