Searched refs:groupOwnerBand (Results 1 – 2 of 2) sorted by relevance
80 return groupOwnerBand; in getGroupOwnerBand()85 public int groupOwnerBand = GROUP_OWNER_BAND_AUTO; field in WifiP2pConfig215 sbuf.append("\n groupOwnerBand: ").append(groupOwnerBand); in toString()233 groupOwnerBand = source.groupOwnerBand; in WifiP2pConfig()245 dest.writeInt(groupOwnerBand); in writeToParcel()259 config.groupOwnerBand = in.readInt();496 config.groupOwnerBand = GROUP_OWNER_BAND_AUTO; in build()498 config.groupOwnerBand = mGroupOperatingFrequency; in build()500 config.groupOwnerBand = mGroupOperatingBand; in build()
576 switch (config.groupOwnerBand) { in p2pGroupAdd()585 freq = config.groupOwnerBand; in p2pGroupAdd()