Searched refs:mSockDiagMsg (Results 1 – 2 of 2) sorted by relevance
166 private final SparseArray<byte[]> mSockDiagMsg = new SparseArray<>(); field in AutomaticOnOffKeepaliveTracker776 if (mSockDiagMsg.get(family) == null) { in isAnyTcpSocketConnectedForFamily()777 mSockDiagMsg.put(family, InetDiagMessage.buildInetDiagReqForAliveTcpSockets(family)); in isAnyTcpSocketConnectedForFamily()779 mDependencies.sendRequest(fd, mSockDiagMsg.get(family)); in isAnyTcpSocketConnectedForFamily()
125 private final SparseArray<byte[]> mSockDiagMsg = new SparseArray<>(); field in TcpSocketTracker225 mSockDiagMsg.put( in TcpSocketTracker()269 mDependencies.sendPollingRequest(fd, mSockDiagMsg.get(family)); in pollSocketsInfo()