Searched refs:groupRole (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pMetrics.java | 219 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 …]
|
D | WifiP2pServiceImpl.java | 1820 WifiP2pConfig config, int groupRole, int uid, String attributionTag) { in reportConnectionEventTakeBugReportIfOverlapped() argument 1827 mWifiP2pMetrics.startConnectionEvent(connectionType, config, groupRole, uid, in reportConnectionEventTakeBugReportIfOverlapped()
|