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 117 public long txSuccess;
173 && txSuccess <= txgood
179 + ((double) (txgood - txSuccess) * 0.5);
191 txSuccess = txgood;
196 txSuccess = 0;
218 if (txSuccess <= txPackets && rxSuccess <= rxPackets) {
220 + ((double) (txPackets - txSuccess) * 0.5);
227 txSuccess = txPackets;
260 txSuccess = 0;
292 txSuccess = source.txSuccess
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]

Completed in 793 milliseconds