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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java130 private final List<ConnectionEvent> mConnectionEventList = new ArrayList<>(); field in class:WifiMetrics
632 while(mConnectionEventList.size() >= MAX_CONNECTION_EVENTS) {
633 mConnectionEventList.remove(0);
645 mConnectionEventList.add(mCurrentConnectionEvent);
1797 for (ConnectionEvent event : mConnectionEventList) {
1819 for (ConnectionEvent event : mConnectionEventList) {
2221 for (ConnectionEvent event : mConnectionEventList) {
2489 mConnectionEventList.clear();
2491 mConnectionEventList.add(mCurrentConnectionEvent);

Completed in 14 milliseconds