Searched refs:mConnectionEvent (Results 1 – 1 of 1) sorted by relevance
582 WifiMetricsProto.ConnectionEvent mConnectionEvent; field in WifiMetrics.ConnectionEvent624 mConnectionEvent = new WifiMetricsProto.ConnectionEvent(); in ConnectionEvent()628 mConnectionEvent.routerFingerprint = mRouterFingerPrint.mRouterFingerPrintProto; in ConnectionEvent()640 c.setTimeInMillis(mConnectionEvent.startTimeMillis); in toString()641 sb.append(mConnectionEvent.startTimeMillis == 0 ? " <null>" : in toString()648 sb.append(mConnectionEvent.durationTakenToConnectMillis); in toString()650 switch(mConnectionEvent.roamType) { in toString()670 sb.append(mConnectionEvent.connectionResult); in toString()672 switch(mConnectionEvent.level2FailureCode) { in toString()711 switch(mConnectionEvent.connectivityLevelFailureCode) { in toString()[all …]