Searched refs:FIRST_VALIDATION (Results 1 – 3 of 3) 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()
44138 Landroid/net/metrics/ValidationProbeEvent;->FIRST_VALIDATION:I