Home
last modified time | relevance | path

Searched refs:mConnectionEvent (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java1028 final WifiMetricsProto.ConnectionEvent mConnectionEvent; field in WifiMetrics.ConnectionEvent
1087 c.setTimeInMillis(mConnectionEvent.startTimeMillis); in toString()
1097 switch(mConnectionEvent.roamType) { in toString()
1117 sb.append(mConnectionEvent.connectionResult); in toString()
1119 switch(mConnectionEvent.level2FailureCode) { in toString()
1179 sb.append(mConnectionEvent.signalStrength); in toString()
1200 sb.append(mConnectionEvent.useRandomizedMac); in toString()
1203 switch (mConnectionEvent.connectionNominator) { in toString()
1242 switch(mConnectionEvent.level2FailureReason) { in toString()
1263 switch(mConnectionEvent.networkType) { in toString()
[all …]