Searched refs:getNciVersion (Results 1 – 8 of 8) sorted by relevance
219 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()
120 when(mNfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_1_0); in setUp()
125 when(nfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRoutingErrorOccurred()142 when(nfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRouting()
175 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()
1029 if (NfcService.getInstance().getNciVersion() < NfcService.getInstance().NCI_VERSION_2_0) { in computeAidPowerState()
183 public int getNciVersion(); in getNciVersion() method
1295 nci_version = getNciVersion(); in enableInternal()3531 public int getNciVersion() { in getNciVersion() method in NfcService3532 return mDeviceHost.getNciVersion(); in getNciVersion()
238 public native int getNciVersion(); in getNciVersion() method in NativeNfcManager