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.java218 sb.append(event.durationTakenToConnectMillis); in dump()
494 mCurrentConnectionEvent.durationTakenToConnectMillis = (int) in endConnectionEvent()
502 mCurrentConnectionEvent.durationTakenToConnectMillis, in endConnectionEvent()
503 mCurrentConnectionEvent.durationTakenToConnectMillis / 200, in endConnectionEvent()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1215 sb.append(mConnectionEvent.durationTakenToConnectMillis); in toString()
2223 int durationTakenToConnectMillis = in endConnectionEvent() local
2240 currentConnectionEvent.mConnectionEvent.durationTakenToConnectMillis = in endConnectionEvent()
2241 durationTakenToConnectMillis; in endConnectionEvent()
2257 durationTakenToConnectMillis, band, currentConnectionEvent.mAuthType, in endConnectionEvent()