Searched refs:mConnectionEvent (Results 1 – 1 of 1) sorted by relevance
512 WifiMetricsProto.ConnectionEvent mConnectionEvent; field in WifiMetrics.ConnectionEvent554 mConnectionEvent = new WifiMetricsProto.ConnectionEvent(); in ConnectionEvent()558 mConnectionEvent.routerFingerprint = mRouterFingerPrint.mRouterFingerPrintProto; in ConnectionEvent()570 c.setTimeInMillis(mConnectionEvent.startTimeMillis); in toString()571 sb.append(mConnectionEvent.startTimeMillis == 0 ? " <null>" : in toString()578 sb.append(mConnectionEvent.durationTakenToConnectMillis); in toString()580 switch(mConnectionEvent.roamType) { in toString()600 sb.append(mConnectionEvent.connectionResult); in toString()602 switch(mConnectionEvent.level2FailureCode) { in toString()641 switch(mConnectionEvent.connectivityLevelFailureCode) { in toString()[all …]