Home
last modified time | relevance | path

Searched defs:uidLength (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java851 int uidLength = tag.getUid().length; in ignore() local
856 System.arraycopy(tag.getUid(), 0, mDebounceTagUid, 0, uidLength); in ignore() local