Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DAidRoutingManagerTest.java125 when(nfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRoutingErrorOccurred()
142 when(nfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRouting()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java175 if (NfcService.getInstance().getNciVersion() >= NfcService.getInstance().NCI_VERSION_2_0) { in clearNfcRoutingTableLocked()
410 >= NfcService.getInstance().NCI_VERSION_2_0) { in configureRouting()
445 < NfcService.getInstance().NCI_VERSION_2_0) { in configureRouting()
DRegisteredAidCache.java1029 if (NfcService.getInstance().getNciVersion() < NfcService.getInstance().NCI_VERSION_2_0) { in computeAidPowerState()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DAidRoutingManagerTest.java219 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRoutingTestCase1_CommitsCache()
413 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRoutingTestCase5_CommitsCache()
476 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRoutingTestCase6_CommitsCache()
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp429 (NFC_GetNCIVersion() < NCI_VERSION_2_0) in onNfccShutdown()
670 if (NFC_GetNCIVersion() != NCI_VERSION_2_0) return; in updateDefaultRoute()
DNativeNfcManager.cpp1759 (NFC_GetNCIVersion() != NCI_VERSION_2_0)) { in nfcManager_doSetScreenState()
2390 if (NFC_GetNCIVersion() >= NCI_VERSION_2_0) { in startStopPolling()
DNativeNfcTag.cpp594 (NFC_GetNCIVersion() >= NCI_VERSION_2_0)) { in reSelect()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java284 public static final int NCI_VERSION_2_0 = 0x20; field in NfcService
4456 if (nci_version != NCI_VERSION_2_0) { in applyScreenState()