Searched refs:PollingFrameLog (Results 1 – 2 of 2) sorted by relevance
287 private final HashMap<String, PollingFrameLog> pollingFrameMap = new HashMap<>();303 PollingFrameLog log = pollingFrameMap.getOrDefault(frameDataHex, null); in tallyPollingFrame()306 PollingFrameLog frameLog = new PollingFrameLog(data); in tallyPollingFrame()316 for (PollingFrameLog log : pollingFrameMap.values()) { in logPollingFrames()338 protected void writeToStatsd(PollingFrameLog frameLog) { in writeToStatsd()344 protected static class PollingFrameLog { class in StatsdUtils348 public PollingFrameLog(byte[] data) { in PollingFrameLog() method in StatsdUtils.PollingFrameLog355 if (!(o instanceof PollingFrameLog)) return false; in equals()356 PollingFrameLog that = (PollingFrameLog) o; in equals()
68 StatsdUtils.PollingFrameLog expectedFrame = new StatsdUtils.PollingFrameLog(ECP_V1_PAYMENT); in testLogPollingFrame_ecp1Once()84 StatsdUtils.PollingFrameLog expectedFrame = new StatsdUtils.PollingFrameLog(ECP_V1_PAYMENT); in testLogPollingFrame_ecp1TwiceInTwoWrites()104 StatsdUtils.PollingFrameLog expectedFrame = in testLogPollingFrame_ecp2Repeated()105 new StatsdUtils.PollingFrameLog(ECP_V2_TRANSIT_MBTA); in testLogPollingFrame_ecp2Repeated()123 StatsdUtils.PollingFrameLog expectedFrame = new StatsdUtils.PollingFrameLog(UNKNOWN_FRAME); in testLogPollingFrame_ecp2RepeatedTwoTypes()127 expectedFrame = new StatsdUtils.PollingFrameLog(ECP_V2_TRANSIT_MBTA); in testLogPollingFrame_ecp2RepeatedTwoTypes()