Searched refs:RESPONSE_CODE_AKA_AUTH_FAILED (Results 1 – 4 of 4) sorted by relevance
34 public static final int RESPONSE_CODE_AKA_AUTH_FAILED = 1006; field in Response
198 case Response.RESPONSE_CODE_AKA_AUTH_FAILED: in getImsiPseudonym()255 case Response.RESPONSE_CODE_AKA_AUTH_FAILED: in getAuthenticationChallenge()
131 .put(Response.JSON_KEY_RESPONSE_CODE, Response.RESPONSE_CODE_AKA_AUTH_FAILED) in responseBodyAuthFailed()141 assertEquals(Response.RESPONSE_CODE_AKA_AUTH_FAILED, response.getAuthResponseCode()); in responseBodyAuthFailed()
163 .put(JSON_KEY_RESPONSE_CODE, Response.RESPONSE_CODE_AKA_AUTH_FAILED); in getAuthFailedHttpResponse()