Searched refs:MAX_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance
219 private static final int MAX_PAYLOAD_SIZE = LOGGER_ENTRY_MAX_PAYLOAD - 4; field in StatsEvent681 private final byte[] mBytes = new byte[MAX_PAYLOAD_SIZE];727 final boolean result = index + numBytes < MAX_PAYLOAD_SIZE; in hasEnoughSpace()
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()
48099 Landroid/nfc/NdefRecord;->MAX_PAYLOAD_SIZE:I