Searched refs:mErrorType (Results 1 – 5 of 5) sorted by relevance
79 private int mErrorType; field in IwlanError83 mErrorType = err; in IwlanError()103 mErrorType = IKE_GENERIC_EXCEPTION; in IwlanError()106 mErrorType = UNKNOWN_EXCEPTION; in IwlanError()112 mErrorType = IKE_PROTOCOL_EXCEPTION; in IwlanErrorIkeProtocolException()118 mErrorType = IKE_INTERNAL_IO_EXCEPTION; in IwlanErrorIkeInternalException()120 mErrorType = IKE_GENERIC_EXCEPTION; in IwlanErrorIkeInternalException()126 mErrorType = IKE_INTERNAL_IO_EXCEPTION; in IwlanErrorIkeIOException()131 return mErrorType; in getErrorType()145 return ("TYPE: " + getErrorTypeString(mErrorType) + " " + errorDetailsString()); in toString()[all …]
826 @ErrorPolicyErrorType int mErrorType; field in ErrorPolicyManager.ErrorPolicy838 mErrorType = errorType; in ErrorPolicy()880 return mErrorType; in getErrorType()890 if (mErrorType == FALLBACK_ERROR_TYPE) { in match()892 } else if (mErrorType == IKE_PROTOCOL_ERROR_TYPE in match()896 } else if (mErrorType == GENERIC_ERROR_TYPE) { in match()907 if (mErrorType == IKE_PROTOCOL_ERROR_TYPE in match()930 Log.d(LOG_TAG, "ErrorType: " + mErrorType); in log()937 if ((mErrorType == FALLBACK_ERROR_TYPE) in isFallback()
101 @ErrorType private final int mErrorType; field in IkeProtocolException107 mErrorType = code; in IkeProtocolException()114 mErrorType = code; in IkeProtocolException()121 mErrorType = code; in IkeProtocolException()128 mErrorType = code; in IkeProtocolException()148 mErrorType = code; in IkeProtocolException()195 return mErrorType; in getErrorType()221 return new IkeNotifyPayload(mErrorType, mErrorData); in buildNotifyPayload()
57 private int mErrorType; field in ScriptExecutorFunctionalTest.ScriptExecutorListener76 mErrorType = errorType; in onError()382 assertThat(mListener.mErrorType) in invokeScript_arraysWithLengthAboveLimitCauseError()411 assertThat(mListener.mErrorType) in invokeScript_arrayContainingVaryingTypesCausesError()486 assertThat(mListener.mErrorType) in invokeScript_scriptCallsOnError()504 assertThat(mListener.mErrorType) in invokeScript_tooManyParametersInOnError()523 assertThat(mListener.mErrorType) in invokeScript_onErrorOnlyAcceptsString()633 assertThat(mListener.mErrorType) in invokeScript_wrongNumberOfCallbackInputsInOnScriptFinished()658 assertThat(mListener.mErrorType) in invokeScript_wrongNumberOfCallbackInputsInOnSuccess()677 assertThat(mListener.mErrorType) in invokeScript_wrongTypeInOnSuccess()[all …]
55 public int mErrorType; field in ScriptExecutorNonSystemUserTest.ScriptExecutorListener74 mErrorType = errorType; in onError()