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

/frameworks/base/core/java/android/nfc/
H A DNdefMessage.java31 private static final byte FLAG_MB = (byte) 0x80; field in class:NdefMessage
84 record[0] |= FLAG_MB;
86 record[0] &= ~FLAG_MB;
H A DNdefRecord.java157 private static final byte FLAG_MB = (byte) 0x80; field in class:NdefRecord
228 /* New NDEF records created by applications will have FLAG_MB|FLAG_ME
233 this(tnf, type, id, payload, (byte)(FLAG_MB|FLAG_ME));

Completed in 72 milliseconds