Searched refs:synchronizationFailureResponse (Results 1 – 5 of 5) sorted by relevance
104 eapAkaResponse.response(), eapAkaResponse.synchronizationFailureResponse()); in getEapAkaResponse()119 @Nullable String response, @Nullable String synchronizationFailureResponse) { in EapAkaResponse() argument121 mSynchronizationFailureResponse = synchronizationFailureResponse; in EapAkaResponse()138 public String synchronizationFailureResponse() { in synchronizationFailureResponse() method in EapAkaHelper.EapAkaResponse
144 assertThat(response.synchronizationFailureResponse()).isNull(); in getEapAkaResponse()164 assertThat(response.synchronizationFailureResponse()).isEqualTo(expectedResponse); in getEapAkaResponse_synchronizationFailure()
129 assertThat(challengeResponse.synchronizationFailureResponse()).isEqualTo(expectedResponse); in generateEapAkaChallengeResponse_syncFailure()
180 } else if (eapAkaResponse.synchronizationFailureResponse() != null) { in respondToEapAkaChallenge()184 eapAkaResponse.synchronizationFailureResponse(), in respondToEapAkaChallenge()
75 public String synchronizationFailureResponse() { in synchronizationFailureResponse() method in EapAkaResponse