HomeSort by relevance Sort by last modified time
    Searched refs:radioHelper (Results 1 - 5 of 5) sorted by null

  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
ConnectivityManagerTest.java 87 final RadioHelper radioHelper = new RadioHelper(mTestDevice);
88 Assert.assertTrue("Radio activation failed", radioHelper.radioActivation());
89 Assert.assertTrue("Data setup failed", radioHelper.waitForDataSetup());
SmsStressTest.java 118 final RadioHelper radioHelper = new RadioHelper(mTestDevice);
119 Assert.assertTrue("Radio activation failed", radioHelper.radioActivation());
120 Assert.assertTrue("Data setup failed", radioHelper.waitForDataSetup());
TelephonyTest.java 97 final RadioHelper radioHelper = new RadioHelper(mTestDevice);
98 Assert.assertTrue("Radio activation failed", radioHelper.radioActivation());
99 Assert.assertTrue("Data setup failed", radioHelper.waitForDataSetup());
TelephonyStabilityTest.java 120 final RadioHelper radioHelper = new RadioHelper(mTestDevice);
121 Assert.assertTrue("Radio activation failed", radioHelper.radioActivation());
122 Assert.assertTrue("Data setup failed", radioHelper.waitForDataSetup());
WifiStressTest.java 233 final RadioHelper radioHelper = new RadioHelper(mTestDevice);
234 Assert.assertTrue("Radio activation failed", radioHelper.radioActivation());
235 Assert.assertTrue("Data setup failed", radioHelper.waitForDataSetup());

Completed in 2949 milliseconds