Searched refs:FLAG_IL (Results 1 – 1 of 1) sorted by relevance
231 private static final byte FLAG_IL = (byte) 0x08; field in NdefRecord805 boolean il = (flag & NdefRecord.FLAG_IL) != 0; in parse()946 (sr ? FLAG_SR : 0) | (il ? FLAG_IL : 0) | mTnf); in writeToByteBuffer()