Searched refs:fdMatcher (Results 1 – 1 of 1) sorted by relevance
622 ArgumentMatcher<FileDescriptor> fdMatcher =626 verify(mockTagger).tag(argThat(fdMatcher), eq(Os.getuid()));638 ArgumentMatcher<ParcelFileDescriptor> fdMatcher = (arg) -> { in testOpenUdpEncapsulationSocketCallsSetEncapSocketOwner() local650 verify(mMockNetd).ipSecSetEncapSocketOwner(argThat(fdMatcher), eq(Os.getuid())); in testOpenUdpEncapsulationSocketCallsSetEncapSocketOwner()