Home
last modified time | relevance | path

Searched refs:mErrorType (Results 1 – 5 of 5) sorted by relevance

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanError.java79 private int mErrorType; field in IwlanError
83 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 …]
DErrorPolicyManager.java826 @ErrorPolicyErrorType int mErrorType; field in ErrorPolicyManager.ErrorPolicy
838 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()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DIkeProtocolException.java101 @ErrorType private final int mErrorType; field in IkeProtocolException
107 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()
/packages/services/Car/packages/ScriptExecutor/tests/functional/src/com/android/car/scriptexecutortest/functional/
DScriptExecutorFunctionalTest.java57 private int mErrorType; field in ScriptExecutorFunctionalTest.ScriptExecutorListener
76 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 …]
/packages/services/Car/packages/ScriptExecutor/tests/nonsystemuser/src/com/android/car/scriptexecutortest/nonsystemuser/
DScriptExecutorNonSystemUserTest.java55 public int mErrorType; field in ScriptExecutorNonSystemUserTest.ScriptExecutorListener
74 mErrorType = errorType; in onError()