Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java213 private static final ConcurrentHashMap<String, LocalLog> sPktLogs = new ConcurrentHashMap<>(); field in IpClient
247 final LocalLog pktLog = sPktLogs.get(ifname); in dumpAllLogs()
954 sPktLogs.putIfAbsent(mInterfaceName, new LocalLog(MAX_PACKET_RECORDS)); in IpClient()
955 mConnectivityPacketLog = sPktLogs.get(mInterfaceName); in IpClient()