Searched refs:MAX_KEY_VALUE_PAIRS (Results 1 – 1 of 1) sorted by relevance
48 private static final int MAX_KEY_VALUE_PAIRS = 32; field in Tracestate268 Utils.checkState(entries.size() <= MAX_KEY_VALUE_PAIRS, "Invalid size"); in create()