Searched refs:FIRST_VALIDATION (Results 1 – 2 of 2) sorted by relevance
28 private const val FIRST_VALIDATION: Int = 1 shl 8 constant51 assertTrue(validationProbeEvent.probeType hasType FIRST_VALIDATION) in hasType()
51 private static final int FIRST_VALIDATION = 1 << 8; field in ValidationProbeEvent154 return (probeType & 0xff) | (firstValidation ? FIRST_VALIDATION : REVALIDATION); in makeProbeType()