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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java780 * @param ignoreMbMe ignore MB and ME flags, and read only 1 complete record
784 static NdefRecord[] parse(ByteBuffer buffer, boolean ignoreMbMe) throws FormatException { argument
806 if (!mb && records.size() == 0 && !inChunk && !ignoreMbMe) {
808 } else if (mb && records.size() != 0 && !ignoreMbMe) {
877 if (ignoreMbMe) { // for parsing a single NdefRecord

Completed in 25 milliseconds