Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DAidRoutingManagerTest.java219 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRoutingTestCase1_CommitsCache()
277 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()
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()
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/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()
409 if (NfcService.getInstance().getNciVersion() in configureRouting()
444 if (NfcService.getInstance().getNciVersion() in configureRouting()
DRegisteredAidCache.java1029 if (NfcService.getInstance().getNciVersion() < NfcService.getInstance().NCI_VERSION_2_0) { in computeAidPowerState()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java183 public int getNciVersion(); in getNciVersion() method
DNfcService.java1295 nci_version = getNciVersion(); in enableInternal()
3531 public int getNciVersion() { in getNciVersion() method in NfcService
3532 return mDeviceHost.getNciVersion(); in getNciVersion()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java238 public native int getNciVersion(); in getNciVersion() method in NativeNfcManager