Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DIkeProtocolException.java103 @ErrorType private final int mErrorType; field in IkeProtocolException
109 mErrorType = code; in IkeProtocolException()
116 mErrorType = code; in IkeProtocolException()
123 mErrorType = code; in IkeProtocolException()
130 mErrorType = code; in IkeProtocolException()
150 mErrorType = code; in IkeProtocolException()
196 return mErrorType; in getErrorType()
220 return new IkeNotifyPayload(mErrorType, mErrorData); in buildNotifyPayload()