Searched refs:bandOrFrequency (Results 1 – 2 of 2) sorted by relevance
37 public P2pClientConfigTestCase(Context context, int bandOrFrequency) { in P2pClientConfigTestCase() argument40 switch(bandOrFrequency) { in P2pClientConfigTestCase()45 mGroupOperatingBand = bandOrFrequency; in P2pClientConfigTestCase()49 mGroupOperatingBand = bandOrFrequency; in P2pClientConfigTestCase()52 builder.append("-" + bandOrFrequency + "MHz"); in P2pClientConfigTestCase()53 mGroupOperatingFrequency = bandOrFrequency; in P2pClientConfigTestCase()
41 public GoWithConfigTestCase(Context context, int bandOrFrequency) { in GoWithConfigTestCase() argument44 switch(bandOrFrequency) { in GoWithConfigTestCase()49 mGroupOperatingBand = bandOrFrequency; in GoWithConfigTestCase()53 mGroupOperatingBand = bandOrFrequency; in GoWithConfigTestCase()56 builder.append("-" + bandOrFrequency + "MHz"); in GoWithConfigTestCase()57 mGroupOperatingFrequency = bandOrFrequency; in GoWithConfigTestCase()