Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMetrics.java69 private P2pConnectionEvent mCurrentConnectionEvent; field in WifiP2pMetrics
116 if (mCurrentConnectionEvent != null) { in clear()
117 mConnectionEventList.add(mCurrentConnectionEvent); in clear()
134 if (mCurrentConnectionEvent != null) { in consolidateProto()
242 if (event == mCurrentConnectionEvent) { in dump()
325 if (mCurrentConnectionEvent != null) { in startConnectionEvent()
334 mCurrentConnectionEvent = new P2pConnectionEvent(); in startConnectionEvent()
335 mCurrentConnectionEvent.startTimeMillis = mClock.getWallClockMillis(); in startConnectionEvent()
336 mCurrentConnectionEvent.connectionType = connectionType; in startConnectionEvent()
338 mCurrentConnectionEvent.wpsMethod = config.wps.setup; in startConnectionEvent()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java247 private ConnectionEvent mCurrentConnectionEvent; field in WifiMetrics
499 mCurrentConnectionEvent.mConfigSsid = config.SSID; in updateFromWifiConfiguration()
504 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto in updateFromWifiConfiguration()
507 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto in updateFromWifiConfiguration()
510 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto in updateFromWifiConfiguration()
513 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto in updateFromWifiConfiguration()
521 if (mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto in updateFromWifiConfiguration()
525 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto in updateFromWifiConfiguration()
528 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto in updateFromWifiConfiguration()
820 mCurrentConnectionEvent = null; in WifiMetrics()
[all …]