Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java172 if(NfcService.getInstance().getNciVersion() != NfcService.getInstance().NCI_VERSION_1_0) { in clearNfcRoutingTableLocked()
339 … if(NfcService.getInstance().getNciVersion() != NfcService.getInstance().NCI_VERSION_1_0) { in configureRouting()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp409 if (NFC_GetNCIVersion() == NCI_VERSION_1_0) { in nfaConnectionCallback()
477 if (NFC_GetNCIVersion() == NCI_VERSION_1_0) { in nfaConnectionCallback()
1201 if (NFC_GetNCIVersion() != NCI_VERSION_1_0) { in nfcManager_configNfccConfigControl()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java220 public static final int NCI_VERSION_1_0 = 0x10; field in NfcService
233 private static int nci_version = NCI_VERSION_1_0;