Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DP2pClientConfigTestCase.java37 public P2pClientConfigTestCase(Context context, int bandOrFrequency) { in P2pClientConfigTestCase() argument
40 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()
DGoWithConfigTestCase.java41 public GoWithConfigTestCase(Context context, int bandOrFrequency) { in GoWithConfigTestCase() argument
44 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()