HomeSort by relevance Sort by last modified time
    Searched refs:DatagramSocketWrapper (Results 1 - 2 of 2) sorted by null

  /frameworks/support/compat/src/main/java/androidx/core/net/
TrafficStatsCompat.java 141 TrafficStats.tagSocket(new DatagramSocketWrapper(socket, pfd.getFileDescriptor()));
158 TrafficStats.untagSocket(new DatagramSocketWrapper(socket, pfd.getFileDescriptor()));
DatagramSocketWrapper.java 30 class DatagramSocketWrapper extends Socket {
31 DatagramSocketWrapper(DatagramSocket socket, FileDescriptor fd) throws SocketException {

Completed in 137 milliseconds