Searched refs:userActionEvents (Results 1 – 2 of 2) sorted by relevance
2812 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testLogUserActionEventValidNetworkId() local2813 assertEquals(1, userActionEvents.length); in testLogUserActionEventValidNetworkId()2815 userActionEvents[0].eventType); in testLogUserActionEventValidNetworkId()2816 assertEquals(testStartTimeMillis, userActionEvents[0].startTimeMillis); in testLogUserActionEventValidNetworkId()2817 assertEquals(true, userActionEvents[0].targetNetworkInfo.isEphemeral); in testLogUserActionEventValidNetworkId()2818 assertEquals(true, userActionEvents[0].targetNetworkInfo.isPasspoint); in testLogUserActionEventValidNetworkId()2821 NetworkDisableReason networkDisableReason = userActionEvents[0].networkDisableReason; in testLogUserActionEventValidNetworkId()2853 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testLogWifiStatusInUserActionEvent() local2854 assertEquals(1, userActionEvents.length); in testLogWifiStatusInUserActionEvent()2856 userActionEvents[0].eventType); in testLogWifiStatusInUserActionEvent()[all …]
4724 mWifiLogProto.userActionEvents = new UserActionEvent[mUserActionEventList.size()]; in consolidateProto()4726 mWifiLogProto.userActionEvents[i] = mUserActionEventList.get(i).toProto(); in consolidateProto()