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