Searched refs:TYPE_ERRORS (Results 1 – 3 of 3) sorted by relevance
22 import static android.util.StatsEvent.TYPE_ERRORS;154 case TYPE_ERRORS: in parseField()
72 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_ERRORS); in testNoFields()929 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_ERRORS); in testSetAtomIdNotCalledImmediately()1031 .isEqualTo(StatsEvent.TYPE_ERRORS); in testPulledEventOverflow()1087 .isEqualTo(StatsEvent.TYPE_ERRORS); in testPushedEventOverflow()
128 public static final byte TYPE_ERRORS = 0x0F; field in StatsEvent790 mPos += mBuffer.putByte(mPos, TYPE_ERRORS); in build()