Home
last modified time | relevance | path

Searched refs:sector (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
DMifareClassic.java369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { in authenticate() argument
370 validateSector(sector); in authenticate()
385 cmd[1] = (byte) sectorToBlock(sector); in authenticate()
628 private static void validateSector(int sector) { in validateSector() argument
636 if (sector < 0 || sector >= MAX_SECTOR_COUNT) { in validateSector()
637 throw new IndexOutOfBoundsException("sector out of bounds: " + sector); in validateSector()
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd11 and have cryptographic hardware to authenticate access to a sector. The most sophisticated tags