Searched refs:NCI_VERSION_2_0 (Results 1 – 8 of 8) sorted by relevance
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()410 >= NfcService.getInstance().NCI_VERSION_2_0) { in configureRouting()445 < NfcService.getInstance().NCI_VERSION_2_0) { in configureRouting()
1029 if (NfcService.getInstance().getNciVersion() < NfcService.getInstance().NCI_VERSION_2_0) { in computeAidPowerState()
219 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()
429 (NFC_GetNCIVersion() < NCI_VERSION_2_0) in onNfccShutdown()670 if (NFC_GetNCIVersion() != NCI_VERSION_2_0) return; in updateDefaultRoute()
1759 (NFC_GetNCIVersion() != NCI_VERSION_2_0)) { in nfcManager_doSetScreenState()2390 if (NFC_GetNCIVersion() >= NCI_VERSION_2_0) { in startStopPolling()
594 (NFC_GetNCIVersion() >= NCI_VERSION_2_0)) { in reSelect()
284 public static final int NCI_VERSION_2_0 = 0x20; field in NfcService4456 if (nci_version != NCI_VERSION_2_0) { in applyScreenState()