Searched refs:pktcntPoll (Results 1 – 2 of 2) sorted by relevance
3201 String pktcntPoll = mWifiNative.pktcntPoll(); in fetchPktcntNative() local3203 if (pktcntPoll != null) { in fetchPktcntNative()3204 String[] lines = pktcntPoll.split("\n"); in fetchPktcntNative()
981 public String pktcntPoll() { in pktcntPoll() method in WifiNative