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

  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 107 public long txSuccess;
165 + ((double) (txgood - txSuccess) * 0.5);
172 txSuccess = txgood;
177 txSuccess = 0;
201 + ((double) (txPackets - txSuccess) * 0.5);
204 txSuccess = txPackets;
236 txSuccess = 0;
267 txSuccess = source.txSuccess;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]

Completed in 48 milliseconds