Searched refs:staEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java2341 mWifiLogProto.staEventList[i] = mStaEventList.get(i).staEvent;
2672 private void addStaEvent(StaEvent staEvent) { argument
2673 staEvent.startTimeMillis = mClock.getElapsedSinceBootMillis();
2674 staEvent.lastRssi = mLastPollRssi;
2675 staEvent.lastFreq = mLastPollFreq;
2676 staEvent.lastLinkSpeed = mLastPollLinkSpeed;
2677 staEvent.supplicantStateChangesBitmask = mSupplicantStateChangeBitmask;
2678 staEvent.lastScore = mLastScore;
2684 mStaEventList.add(new StaEventWithTime(staEvent, mClock.getWallClockMillis()));
2971 public StaEvent staEvent; field in class:WifiMetrics.StaEventWithTime
[all...]

Completed in 412 milliseconds