Searched refs:UserActionEventWithTime (Results 1 – 1 of 1) sorted by relevance
274 private LinkedList<UserActionEventWithTime> mUserActionEventList = new LinkedList<>();910 class UserActionEventWithTime { class in WifiMetrics914 UserActionEventWithTime(int eventType, TargetNetworkInfo targetNetworkInfo) { in UserActionEventWithTime() method in WifiMetrics.UserActionEventWithTime923 UserActionEventWithTime(int eventType, int targetNetId) { in UserActionEventWithTime() method in WifiMetrics.UserActionEventWithTime3936 for (UserActionEventWithTime event : mUserActionEventList) { in dump()6082 mUserActionEventList.add(new UserActionEventWithTime(eventType, networkId));6100 mUserActionEventList.add(new UserActionEventWithTime(eventType, networkInfo));