Searched refs:regIdCaptor (Results 1 – 1 of 1) sorted by relevance
620 final ArgumentCaptor<Integer> regIdCaptor = ArgumentCaptor.forClass(Integer.class); in testServiceRegistrationSuccessfulAndFailed() local621 verify(mMockMDnsM).registerService(regIdCaptor.capture(), in testServiceRegistrationSuccessfulAndFailed()625 final int regId = regIdCaptor.getValue(); in testServiceRegistrationSuccessfulAndFailed()