Searched refs:NCI_VERSION_1_0 (Results 1 – 4 of 4) sorted by relevance
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()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()
1383 if (NFC_GetNCIVersion() != NCI_VERSION_1_0) { in nfcManager_configNfccConfigControl()
286 public static final int NCI_VERSION_1_0 = 0x10; field in NfcService307 private static int nci_version = NCI_VERSION_1_0;