Home | History | Annotate | Download | only in nfc

Lines Matching refs:idLength

823                 int idLength = il ? (buffer.get() & 0xFF) : 0;
831 id = (idLength > 0 ? new byte[idLength] : EMPTY_BYTE_ARRAY);
998 int idLength = in.readInt();
999 byte[] id = new byte[idLength];