Searched defs:StaEventWithTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java2015 for (StaEventWithTime event : mStaEventList) {
2684 mStaEventList.add(new StaEventWithTime(staEvent, mClock.getWallClockMillis()));
2924 private LinkedList<StaEventWithTime> mStaEventList = new LinkedList<StaEventWithTime>();
2970 private static class StaEventWithTime { class in class:WifiMetrics
2974 StaEventWithTime(StaEvent event, long wallClockMillis) { method in class:WifiMetrics.StaEventWithTime

Completed in 56 milliseconds