Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DAidRoutingManagerTest.java277 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_1_0); in testConfigureRoutingTestCase2_WritesError()
321 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_1_0); in testConfigureRoutingTestCase3_DoNothing()
373 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_1_0); in testConfigureRoutingTestCase4_CommitsCache()
542 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_1_0); in testConfigureRoutingTestCase7_CommitsCache()
DRegisteredAidCacheTest.java120 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_1_0); in setUp()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp1383 if (NFC_GetNCIVersion() != NCI_VERSION_1_0) { in nfcManager_configNfccConfigControl()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java286 public static final int NCI_VERSION_1_0 = 0x10; field in NfcService
307 private static int nci_version = NCI_VERSION_1_0;