Searched refs:EncryptErrorCode (Results 1 – 2 of 2) sorted by relevance
36 @IntDef({EncryptErrorCode.DATA_LEN_ERROR, EncryptErrorCode.JNI_OP_ERROR})37 public @interface EncryptErrorCode { annotation in LdtNpJni91 @EncryptErrorCode
20 import com.google.android.gms.nearby.presence.hazmat.LdtNpJni.EncryptErrorCode104 …EncryptErrorCode.JNI_OP_ERROR -> throw LdtJniException("Error during jni encrypt operation: error … in encrypt()105 … EncryptErrorCode.DATA_LEN_ERROR -> check(false) // this will never happen, lengths checked above in encrypt()