Searched refs:mUserActionEvent (Results 1 – 1 of 1) sorted by relevance
911 private UserActionEvent mUserActionEvent; field in WifiMetrics.UserActionEventWithTime915 mUserActionEvent = new UserActionEvent(); in UserActionEventWithTime()916 mUserActionEvent.eventType = eventType; in UserActionEventWithTime()917 mUserActionEvent.startTimeMillis = mClock.getElapsedSinceBootMillis(); in UserActionEventWithTime()919 mUserActionEvent.targetNetworkInfo = targetNetworkInfo; in UserActionEventWithTime()920 mUserActionEvent.wifiStatus = mWifiStatusBuilder.toProto(); in UserActionEventWithTime()931 mUserActionEvent.targetNetworkInfo = networkInfo; in UserActionEventWithTime()944 switch (mUserActionEvent.eventType) { in toString()990 TargetNetworkInfo networkInfo = mUserActionEvent.targetNetworkInfo; in toString()995 WifiStatus wifiStatus = mUserActionEvent.wifiStatus; in toString()[all …]