Searched refs:MAX_PAYLOAD_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java274 private static final int MAX_PAYLOAD_SIZE = 10 * (1 << 20); // 10 MB payload limit field in class:NdefRecord
847 if (size > MAX_PAYLOAD_SIZE) {
849 "payload above max limit: " + size + " > " + MAX_PAYLOAD_SIZE);

Completed in 815 milliseconds