Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostNfcFEmulationManager.java53 static final int MINIMUM_NFCF_PACKET_LENGTH = 10; field in HostNfcFEmulationManager
257 if (data == null || data.length < MINIMUM_NFCF_PACKET_LENGTH) { in findNfcid2()