Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DGoWithConfigFixedFrequencyTestActivity.java22 import com.android.cts.verifier.p2p.testcase.GoWithConfigTestCase;
39 return new GoWithConfigTestCase(context, 2447); in getTestCase()
DGoWithConfigTestActivity.java22 import com.android.cts.verifier.p2p.testcase.GoWithConfigTestCase;
39 return new GoWithConfigTestCase(context); in getTestCase()
DGoWithConfig2gBandTestActivity.java23 import com.android.cts.verifier.p2p.testcase.GoWithConfigTestCase;
40 return new GoWithConfigTestCase(context, WifiP2pConfig.GROUP_OWNER_BAND_2GHZ); in getTestCase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DGoWithConfigTestCase.java29 public class GoWithConfigTestCase extends TestCase { class
37 public GoWithConfigTestCase(Context context) { in GoWithConfigTestCase() method in GoWithConfigTestCase
41 public GoWithConfigTestCase(Context context, int bandOrFrequency) { in GoWithConfigTestCase() method in GoWithConfigTestCase