Searched refs:mDecodedProto (Results 1 – 1 of 1) sorted by relevance
135 WifiMetricsProto.WifiLog mDecodedProto; field in WifiMetricsTest160 mDecodedProto = null; in setUp()221 mDecodedProto = WifiMetricsProto.WifiLog.parseFrom(protoBytes); in dumpProtoAndDeserialize()239 mDecodedProto = WifiMetricsProto.WifiLog.parseFrom(protoBytes); in cleanDumpProtoAndDeserialize()914 mDecodedProto.softApConnectedClientsEventsTethered.length); in verifySoftApEventsStoredInProto()916 mDecodedProto.softApConnectedClientsEventsTethered[0].eventType); in verifySoftApEventsStoredInProto()917 assertEquals(0, mDecodedProto.softApConnectedClientsEventsTethered[0].numConnectedClients); in verifySoftApEventsStoredInProto()919 mDecodedProto.softApConnectedClientsEventsTethered[0].channelFrequency); in verifySoftApEventsStoredInProto()921 mDecodedProto.softApConnectedClientsEventsTethered[0].channelBandwidth); in verifySoftApEventsStoredInProto()923 mDecodedProto.softApConnectedClientsEventsTethered[1].eventType); in verifySoftApEventsStoredInProto()[all …]