Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMetrics.java212 sb.append(event.durationTakenToConnectMillis); in dump()
361 mCurrentConnectionEvent.durationTakenToConnectMillis = (int) in endConnectionEvent()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1095 sb.append(mConnectionEvent.durationTakenToConnectMillis); in toString()
1998 int durationTakenToConnectMillis = in endConnectionEvent() local
2014 currentConnectionEvent.mConnectionEvent.durationTakenToConnectMillis = in endConnectionEvent()
2015 durationTakenToConnectMillis; in endConnectionEvent()
2034 durationTakenToConnectMillis, band, currentConnectionEvent.mAuthType, in endConnectionEvent()