Searched refs:mCurrentConnectionEvent (Results 1 – 1 of 1) sorted by relevance
82 private P2pConnectionEvent mCurrentConnectionEvent; field in WifiP2pMetrics135 if (mCurrentConnectionEvent != null) { in clear()136 mConnectionEventList.add(mCurrentConnectionEvent); in clear()153 if (mCurrentConnectionEvent != null) { in consolidateProto()239 if (event == mCurrentConnectionEvent) { in dump()365 if (mCurrentConnectionEvent == null) { in isP2pFastConnectionType()368 return P2pConnectionEvent.CONNECTION_FAST == mCurrentConnectionEvent.connectionType; in isP2pFastConnectionType()373 if (mCurrentConnectionEvent == null) { in getP2pGroupRoleString()376 return (GroupEvent.GROUP_OWNER == mCurrentConnectionEvent.groupRole) ? "GO" : "GC"; in getP2pGroupRoleString()397 if (mCurrentConnectionEvent == null) { in startConnectionEvent()[all …]