Searched refs:getAtomId (Results 1 – 3 of 3) sorted by relevance
51 assertThat(statsEvent.getAtomId()).isEqualTo(expectedAtomId); in testNoFields()106 assertThat(statsEvent.getAtomId()).isEqualTo(expectedAtomId); in testIntBooleanIntInt()175 assertThat(statsEvent.getAtomId()).isEqualTo(expectedAtomId); in testStringFloatByteArray()239 assertThat(statsEvent.getAtomId()).isEqualTo(expectedAtomId); in testAttributionChainLong()309 assertThat(statsEvent.getAtomId()).isEqualTo(expectedAtomId); in testKeyValuePairs()403 assertThat(statsEvent.getAtomId()).isEqualTo(expectedAtomId); in testSingleAnnotations()
258 writeImpl(statsEvent.getBytes(), statsEvent.getNumBytes(), statsEvent.getAtomId()); in write()
247 public int getAtomId() { in getAtomId() method in StatsEvent