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()
336 … if(NfcService.getInstance().getNciVersion() != NfcService.getInstance().NCI_VERSION_1_0) { in configureRouting()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp383 if (NFC_GetNCIVersion() == NCI_VERSION_1_0) { in nfaConnectionCallback()
445 if (NFC_GetNCIVersion() == NCI_VERSION_1_0) { in nfaConnectionCallback()
1169 if (NFC_GetNCIVersion() != NCI_VERSION_1_0) { in nfcManager_configNfccConfigControl()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java209 public static final int NCI_VERSION_1_0 = 0x10; field in NfcService
222 private static int nci_version = NCI_VERSION_1_0;