Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMetrics.java219 sb.append(", groupRole=").append(getGroupRoleToString(event.groupRole)); in dump()
304 private String getGroupRoleToString(int groupRole) { in getGroupRoleToString() method in WifiP2pMetrics
403 .append(getGroupRoleToString(mCurrentConnectionEvent.groupRole)) in startConnectionEvent()
412 .append(", startGroupRole:").append(getGroupRoleToString(groupRole)) in startConnectionEvent()
475 .append(getGroupRoleToString(mCurrentConnectionEvent.groupRole)) in endConnectionEvent()