Searched refs:nfcService (Results 1 – 2 of 2) sorted by relevance
123 NfcService nfcService = mock(NfcService.class); in testConfigureRoutingErrorOccurred()124 when(NfcService.getInstance()).thenReturn(nfcService); in testConfigureRoutingErrorOccurred()125 when(nfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRoutingErrorOccurred()140 NfcService nfcService = mock(NfcService.class); in testConfigureRouting()141 when(NfcService.getInstance()).thenReturn(nfcService); in testConfigureRouting()142 when(nfcService.getNciVersion()).thenReturn(NfcService.NCI_VERSION_2_0); in testConfigureRouting()
60 NfcShellCommand(NfcService nfcService, Context context) { in NfcShellCommand() argument61 mNfcService = nfcService; in NfcShellCommand()