Searched refs:MAX_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance
91 public static final int MAX_PAYLOAD_SIZE = 16384; field in AoapInterface
277 private static final int MAX_PAYLOAD_SIZE = 10 * (1 << 20); // 10 MB payload limit field in NdefRecord893 if (size > MAX_PAYLOAD_SIZE) { in ensureSanePayloadSize()895 "payload above max limit: " + size + " > " + MAX_PAYLOAD_SIZE); in ensureSanePayloadSize()