Searched refs:groupOwnerBand (Results 1 – 5 of 5) sorted by relevance
92 return groupOwnerBand; in getGroupOwnerBand()97 public int groupOwnerBand = GROUP_OWNER_BAND_AUTO; field in WifiP2pConfig318 sbuf.append("\n groupOwnerBand: ").append(groupOwnerBand); in toString()339 groupOwnerBand = source.groupOwnerBand; in WifiP2pConfig()354 dest.writeInt(groupOwnerBand); in writeToParcel()372 config.groupOwnerBand = in.readInt();710 config.groupOwnerBand = GROUP_OWNER_BAND_AUTO; in build()712 config.groupOwnerBand = mGroupOperatingFrequency; in build()714 config.groupOwnerBand = mGroupOperatingBand; in build()
433 mCurrentConnectionEvent.band = convertGroupOwnerBand(config.groupOwnerBand); in startConnectionEvent()435 (config.groupOwnerBand < MIN_2G_FREQUENCY_MHZ) ? 0 : config.groupOwnerBand; in startConnectionEvent()
688 switch (config.groupOwnerBand) { in p2pGroupAdd()697 freq = config.groupOwnerBand; in p2pGroupAdd()
1864 private String getGroupOwnerBandToString(int groupOwnerBand) { in getGroupOwnerBandToString() argument1865 switch(groupOwnerBand) { in getGroupOwnerBandToString()1873 return String.valueOf(groupOwnerBand); in getGroupOwnerBandToString()3619 config.groupOwnerBand)); in processMessageImpl()3816 + getGroupOwnerBandToString(config.groupOwnerBand)); in processMessageImpl()
110 config.groupOwnerBand = 5210; in startAndEndConnectionEventSucceeds()369 config.groupOwnerBand = WifiP2pConfig.GROUP_OWNER_BAND_5GHZ; in testConnectionTryCount()