Searched refs:userActionEvents (Results 1 – 2 of 2) sorted by relevance
2812 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testLogUserActionEventValidNetworkId() local2815 userActionEvents[0].eventType); in testLogUserActionEventValidNetworkId()2853 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testLogWifiStatusInUserActionEvent() local2856 userActionEvents[0].eventType); in testLogWifiStatusInUserActionEvent()2889 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testNetworkDisableReasonInUserActionEvent() local2892 userActionEvents[0].eventType); in testNetworkDisableReasonInUserActionEvent()2925 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testNetworkDisableReasonDisableAutojoinInUserActionEvent() local2947 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testLogUserActionEventInvalidNetworkId() local2950 userActionEvents[0].eventType); in testLogUserActionEventInvalidNetworkId()2974 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testLogUserActionEventForAdaptiveConnectivity() local[all …]
4724 mWifiLogProto.userActionEvents = new UserActionEvent[mUserActionEventList.size()]; in consolidateProto()4726 mWifiLogProto.userActionEvents[i] = mUserActionEventList.get(i).toProto(); in consolidateProto()