Searched refs:legacyIdCaptor (Results 1 – 1 of 1) sorted by relevance
1132 final ArgumentCaptor<Integer> legacyIdCaptor = ArgumentCaptor.forClass(Integer.class); in testMdnsDiscoveryManagerFeature() local1133 verify(mMockMDnsM).discover(legacyIdCaptor.capture(), any(), anyInt()); in testMdnsDiscoveryManagerFeature()1149 verify(mMockMDnsM).stopOperation(legacyIdCaptor.getValue()); in testMdnsDiscoveryManagerFeature()1387 final ArgumentCaptor<Integer> legacyIdCaptor = ArgumentCaptor.forClass(Integer.class); in testMdnsAdvertiserFeatureFlagging() local1388 verify(mMockMDnsM).registerService(legacyIdCaptor.capture(), any(), any(), anyInt(), in testMdnsAdvertiserFeatureFlagging()1403 verify(mMockMDnsM).stopOperation(legacyIdCaptor.getValue()); in testMdnsAdvertiserFeatureFlagging()