Searched refs:setEapIdentity (Results 1 – 14 of 14) sorted by relevance
63 .setEapIdentity(EAP_IDENTITY)78 .setEapIdentity(EAP_IDENTITY) in testBuildWithAllEapMethods()127 .setEapIdentity(EAP_IDENTITY) in testBuildEapAkaConfigWithOption()
78 .setEapIdentity(EAP_IDENTITY) in testBuildEapSim()227 new EapSessionConfig.Builder().setEapIdentity(null); in testSetEapIdentityNull()272 .setEapIdentity(EAP_IDENTITY) in testPersistableBundleEncodeDecodeEapSessioConfig()
303 .setEapIdentity(EAP_IDENTITY) in setUp()467 .setEapIdentity(EAP_IDENTITY) in verifyEapAkaReauth()
175 .setEapIdentity(EAP_IDENTITY) in setUp()
289 .setEapIdentity(eapIdentity) in setUp()
149 .setEapIdentity(EAP_IDENTITY)
158 .setEapIdentity(EAP_IDENTITY) in createEapOnlySafeMethodsBuilder()
94 builder.setEapIdentity(eapId); in fromPersistableBundle()235 public Builder setEapIdentity(@NonNull byte[] eapIdentity) { in setEapIdentity() method in EapSessionConfig.Builder
776 && !setEapIdentity(NativeUtil.stringToByteArray(eapParam))) { in saveWifiEnterpriseConfig()1856 private boolean setEapIdentity(byte[] identity) { in setEapIdentity() method in SupplicantStaNetworkHalAidlImpl1863 mISupplicantStaNetwork.setEapIdentity(identity); in setEapIdentity()
705 && !setEapIdentity(NativeUtil.stringToByteArrayList(eapParam))) { in saveWifiEnterpriseConfig()1942 private boolean setEapIdentity(java.util.ArrayList<Byte> identity) { in setEapIdentity() method in SupplicantStaNetworkHalHidlImpl1947 SupplicantStatus status = mISupplicantStaNetwork.setEapIdentity(identity); in setEapIdentity()
33 method @NonNull public android.net.eap.EapSessionConfig.Builder setEapIdentity(@NonNull byte[]);
1647 }).when(mISupplicantStaNetworkMock).setEapIdentity(any(byte[].class)); in setupISupplicantNetworkMock()
2183 }).when(mISupplicantStaNetworkMock).setEapIdentity(any(ArrayList.class)); in setupISupplicantNetworkMock()
1807 .setEapIdentity(nai.getBytes(StandardCharsets.US_ASCII)) in getEapConfig()