Searched refs:MAX_PUSH_PAYLOAD_SIZE (Results 1 – 1 of 1) sorted by relevance
229 private static final int MAX_PUSH_PAYLOAD_SIZE = LOGGER_ENTRY_MAX_PAYLOAD - 4; field in StatsEvent626 mBuffer.setMaxSize(MAX_PUSH_PAYLOAD_SIZE, mPos); in usePooledBuffer()702 private byte[] mBytes = new byte[MAX_PUSH_PAYLOAD_SIZE];727 if (mBytes.length <= MAX_PUSH_PAYLOAD_SIZE) { in release()