Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMetrics.java93 private int mLastConnectionTryCount; field in WifiP2pMetrics
442 mLastConnectionTryCount += 1; in startConnectionEvent()
444 mLastConnectionTryCount = 1; in startConnectionEvent()
448 mCurrentConnectionEvent.tryCount = mLastConnectionTryCount; in startConnectionEvent()
516 mLastConnectionTryCount = 0; in endConnectionEvent()