Home | History | Annotate | Download | only in nfc

Lines Matching refs:uidLength

851                 int uidLength = tag.getUid().length;
854 mDebounceTagUid = new byte[uidLength];
856 System.arraycopy(tag.getUid(), 0, mDebounceTagUid, 0, uidLength);