Searched refs:getAddrId (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | NsdServiceTest.java | 498 final int getAddrId = getAddrIdCaptor.getValue(); in testDiscoverOnTetheringDownstream() local 500 getAddrId, in testDiscoverOnTetheringDownstream() 513 verify(mMetrics).reportServiceResolved(true /* isLegacy */, getAddrId, 10L /* durationMs */, in testDiscoverOnTetheringDownstream() 768 final int getAddrId = getAddrIdCaptor.getValue(); in testGettingAddressFailed() local 770 getAddrId, in testGettingAddressFailed() 781 true /* isLegacy */, getAddrId, 10L /* durationMs */); in testGettingAddressFailed() 973 final int getAddrId = getAddrIdCaptor.getValue(); in testStopResolutionDuringGettingAddress() local 978 verify(mMockMDnsM).stopOperation(getAddrId); in testStopResolutionDuringGettingAddress() 983 true /* isLegacy */, getAddrId, 10L /* durationMs */, 0 /* sentQueryCount */); in testStopResolutionDuringGettingAddress()
|