Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A 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()
336 mCurrentConnectionEvent.connectionType = connectionType; in startConnectionEvent()
341 mConnectionEventList.add(mCurrentConnectionEvent); in startConnectionEvent()
354 if (mCurrentConnectionEvent == null) { in endConnectionEvent()
[all …]