Home
last modified time | relevance | path

Searched refs:mockFd (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java2248 final FileDescriptor mockFd = mock(FileDescriptor.class); in testDumpTetheringLog() local
2252 mTethering.dump(mockFd, mockPw, new String[0]); in testDumpTetheringLog()