Searched refs:mConnectionEvent (Results 1 – 1 of 1) sorted by relevance
139 WifiMetricsProto.ConnectionEvent mConnectionEvent; field in WifiMetrics.ConnectionEvent179 mConnectionEvent = new WifiMetricsProto.ConnectionEvent(); in ConnectionEvent()183 mConnectionEvent.routerFingerprint = mRouterFingerPrint.mRouterFingerPrintProto; in ConnectionEvent()195 c.setTimeInMillis(mConnectionEvent.startTimeMillis); in toString()196 sb.append(mConnectionEvent.startTimeMillis == 0 ? " <null>" : in toString()203 sb.append(mConnectionEvent.durationTakenToConnectMillis); in toString()205 switch(mConnectionEvent.roamType) { in toString()225 sb.append(mConnectionEvent.connectionResult); in toString()227 switch(mConnectionEvent.level2FailureCode) { in toString()262 switch(mConnectionEvent.connectivityLevelFailureCode) { in toString()[all …]