Searched refs:userActionEvents (Results 1 – 2 of 2) sorted by relevance
2940 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testLogUserActionEventValidNetworkId() local2941 assertEquals(1, userActionEvents.length); in testLogUserActionEventValidNetworkId()2943 userActionEvents[0].eventType); in testLogUserActionEventValidNetworkId()2944 assertEquals(testStartTimeMillis, userActionEvents[0].startTimeMillis); in testLogUserActionEventValidNetworkId()2945 assertEquals(true, userActionEvents[0].targetNetworkInfo.isEphemeral); in testLogUserActionEventValidNetworkId()2946 assertEquals(true, userActionEvents[0].targetNetworkInfo.isPasspoint); in testLogUserActionEventValidNetworkId()2949 NetworkDisableReason networkDisableReason = userActionEvents[0].networkDisableReason; in testLogUserActionEventValidNetworkId()2981 WifiMetricsProto.UserActionEvent[] userActionEvents = mDecodedProto.userActionEvents; in testLogWifiStatusInUserActionEvent() local2982 assertEquals(1, userActionEvents.length); in testLogWifiStatusInUserActionEvent()2984 userActionEvents[0].eventType); in testLogWifiStatusInUserActionEvent()[all …]
5474 mWifiLogProto.userActionEvents = new UserActionEvent[mUserActionEventList.size()]; in consolidateProto()5476 mWifiLogProto.userActionEvents[i] = mUserActionEventList.get(i).toProto(); in consolidateProto()