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

/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java35 * <p>MIFARE Classic tags are divided into sectors, and each sector is sub-divided into
45 * <p>MIFARE Classic tags require authentication on a per-sector basis before any
46 * other I/O operations on that sector can be performed. There are two keys per sector,
47 * and ACL bits determine what I/O operations are allowed on that sector after
267 * Return the number of blocks in the given sector.
270 * @param sectorIndex index of sector, starting from 0
271 * @return number of blocks in the sector
284 * Return the sector that contains a given block.
288 * @return sector inde
369 authenticate(int sector, byte[] key, boolean keyA) argument
628 validateSector(int sector) argument
[all...]

Completed in 26 milliseconds