Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMetrics.java219 sb.append(", groupRole=").append(getGroupRoleToString(event.groupRole)); in dump()
257 switch (event.groupRole) { in dump()
304 private String getGroupRoleToString(int groupRole) { in getGroupRoleToString() argument
305 switch (groupRole) { in getGroupRoleToString()
376 return (GroupEvent.GROUP_OWNER == mCurrentConnectionEvent.groupRole) ? "GO" : "GC"; in getP2pGroupRoleString()
390 public void startConnectionEvent(int connectionType, WifiP2pConfig config, int groupRole, in startConnectionEvent() argument
403 .append(getGroupRoleToString(mCurrentConnectionEvent.groupRole)) in startConnectionEvent()
412 .append(", startGroupRole:").append(getGroupRoleToString(groupRole)) in startConnectionEvent()
429 mCurrentConnectionEvent.groupRole = groupRole; in startConnectionEvent()
475 .append(getGroupRoleToString(mCurrentConnectionEvent.groupRole)) in endConnectionEvent()
[all …]
DWifiP2pServiceImpl.java1820 WifiP2pConfig config, int groupRole, int uid, String attributionTag) { in reportConnectionEventTakeBugReportIfOverlapped() argument
1827 mWifiP2pMetrics.startConnectionEvent(connectionType, config, groupRole, uid, in reportConnectionEventTakeBugReportIfOverlapped()