Home
last modified time | relevance | path

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

/cts/tests/net/src/android/net/cts/
DLocalSocketTest.java393 private void noteFd(int fd) { in noteFd() method in LocalSocketTest.MaxFdTracker
397 public void noteFd(FileDescriptor fd) { in noteFd() method in LocalSocketTest.MaxFdTracker
398 noteFd(fd.getInt$()); in noteFd()
401 public void noteFd(LocalSocket s) { in noteFd() method in LocalSocketTest.MaxFdTracker
402 noteFd(s.getFileDescriptor().getInt$()); in noteFd()
422 maxFd.noteFd(fd); in testCreateFromFd()
437 maxFd.noteFd(accepted); in testCreateFromFd()
441 maxFd.noteFd(ls); in testCreateFromFd()