Searched refs:mUserActionEventList (Results 1 – 1 of 1) sorted by relevance
274 private LinkedList<UserActionEventWithTime> mUserActionEventList = new LinkedList<>(); field in WifiMetrics3936 for (UserActionEventWithTime event : mUserActionEventList) { in dump()4725 for (int i = 0; i < mUserActionEventList.size(); i++) { in consolidateProto()4726 mWifiLogProto.userActionEvents[i] = mUserActionEventList.get(i).toProto(); in consolidateProto()5190 mUserActionEventList.clear(); in clear()6082 mUserActionEventList.add(new UserActionEventWithTime(eventType, networkId));6083 if (mUserActionEventList.size() > MAX_USER_ACTION_EVENTS) {6084 mUserActionEventList.remove();6100 mUserActionEventList.add(new UserActionEventWithTime(eventType, networkInfo));6101 if (mUserActionEventList.size() > MAX_USER_ACTION_EVENTS) {[all …]