HomeSort by relevance Sort by last modified time
    Searched defs:TestUtils (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/sfntly/cpp/src/test/
test_utils.h 31 class TestUtils {
32 TestUtils();
  /external/trappy/tests/
test_utils.py 23 class TestUtils(unittest.TestCase):
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/
TestUtils.java 26 public class TestUtils {
29 InputStream is = TestUtils.class.getClassLoader().getResourceAsStream("com/github/javaparser/bdd/samples/"
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
TestUtils.java 42 public class TestUtils {
  /frameworks/support/mediarouter/src/androidTest/java/androidx/mediarouter/media/
TestUtils.java 19 public class TestUtils {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/
TestUtils.java 22 public class TestUtils {
  /frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/androidx/lifecycle/
ActivityFullLifecycleTest.java 19 import static androidx.lifecycle.TestUtils.OrderedTuples.CREATE;
20 import static androidx.lifecycle.TestUtils.OrderedTuples.DESTROY;
21 import static androidx.lifecycle.TestUtils.OrderedTuples.PAUSE;
22 import static androidx.lifecycle.TestUtils.OrderedTuples.RESUME;
23 import static androidx.lifecycle.TestUtils.OrderedTuples.START;
24 import static androidx.lifecycle.TestUtils.OrderedTuples.STOP;
25 import static androidx.lifecycle.TestUtils.flatMap;
69 TestUtils.waitTillResumed(owner, activityTestRule);
72 TestUtils.waitTillDestroyed(owner, activityTestRule);
LiveDataOnSaveInstanceStateTest.java 119 TestUtils.waitTillResumed(lifecycleOwner, mActivityTestRule);
125 TestUtils.waitTillCreated(lifecycleOwner, mActivityTestRule);
135 TestUtils.waitTillResumed(lifecycleOwner, mActivityTestRule);
145 TestUtils.waitTillResumed(lifecycleOwner, mActivityTestRule);
155 TestUtils.waitTillStarted(lifecycleOwner, mActivityTestRule);
176 TestUtils.waitTillResumed(fragmentActivity, mActivityTestRule);
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
ScanRecordTest.java 43 ScanRecord data = TestUtils.parseScanRecord(scanRecord);
57 TestUtils.assertArrayEquals(manufacturerData,
59 TestUtils.assertArrayEquals(manufacturerData, data.getManufacturerSpecificData(0x00E0));
64 TestUtils.assertArrayEquals(serviceData, data.getServiceData().get(uuid2));
65 TestUtils.assertArrayEquals(serviceData, data.getServiceData(uuid2));
  /cts/tests/tests/location/src/android/location/cts/
TestUtils.java 27 public class TestUtils {
  /external/autotest/site_utils/rpm_control_system/
utils_unittest.py 16 class TestUtils(mox.MoxTestBase):
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/
TestUtils.java 14 public final class TestUtils {
  /packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
BluetoothAnomalyTest.java 56 TestUtils.setUp(instrumentation);
58 TestUtils.startAnomalyApp(context, mDevice);
63 TestUtils.tearDown(InstrumentationRegistry.getInstrumentation());
70 TestUtils.setEditTextWithValue(mDevice, RES_BT_EDITTEXT, durationMs);
73 TestUtils.clickButton(mDevice, RES_BT_BUTTON);
77 TestUtils.wait(mDevice, durationMs);
91 TestUtils.setEditTextWithValue(mDevice, RES_BT_EDITTEXT, durationMs);
94 TestUtils.clickButton(mDevice, RES_BT_BUTTON);
98 TestUtils.wait(mDevice, durationMs);
WakelockAnomalyTest.java 56 TestUtils.setUp(instrumentation);
58 TestUtils.startAnomalyApp(context, mDevice);
63 TestUtils.tearDown(InstrumentationRegistry.getInstrumentation());
70 TestUtils.setEditTextWithValue(mDevice, RES_WAKELOCK_EDITTEXT, durationMs);
73 TestUtils.clickButton(mDevice, RES_WAKELOCK_BUTTON);
78 TestUtils.wait(mDevice, durationMs - TIME_OUT);
92 TestUtils.setEditTextWithValue(mDevice, RES_WAKELOCK_EDITTEXT, durationMs);
95 TestUtils.clickButton(mDevice, RES_WAKELOCK_BUTTON);
99 TestUtils.wait(mDevice, durationMs);
114 TestUtils.setEditTextWithValue(mDevice, RES_WAKELOCK_EDITTEXT, durationMs)
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/
A2dpSinkServiceTest.java 26 import com.android.bluetooth.TestUtils;
56 TestUtils.setAdapterService(mAdapterService);
57 TestUtils.startService(mServiceRule, A2dpSinkService.class);
70 TestUtils.stopService(mServiceRule, A2dpSinkService.class);
73 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerServiceTest.java 26 import com.android.bluetooth.TestUtils;
57 TestUtils.setAdapterService(mAdapterService);
58 TestUtils.startService(mServiceRule, AvrcpControllerService.class);
71 TestUtils.stopService(mServiceRule, AvrcpControllerService.class);
74 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/
GattServiceTest.java 12 import com.android.bluetooth.TestUtils;
45 TestUtils.setAdapterService(mAdapterService);
46 TestUtils.startService(mServiceRule, GattService.class);
56 TestUtils.stopService(mServiceRule, GattService.class);
59 TestUtils.clearAdapterService(mAdapterService);
71 TestUtils.stopService(mServiceRule, GattService.class);
75 TestUtils.clearAdapterService(mAdapterService);
77 TestUtils.setAdapterService(mAdapterService);
78 TestUtils.startService(mServiceRule, GattService.class);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hdp/
HealthServiceTest.java 26 import com.android.bluetooth.TestUtils;
56 TestUtils.setAdapterService(mAdapterService);
57 TestUtils.startService(mServiceRule, HealthService.class);
70 TestUtils.stopService(mServiceRule, HealthService.class);
73 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
HeadsetClientServiceTest.java 27 import com.android.bluetooth.TestUtils;
57 TestUtils.setAdapterService(mAdapterService);
58 TestUtils.startService(mServiceRule, HeadsetClientService.class);
72 TestUtils.stopService(mServiceRule, HeadsetClientService.class);
75 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidHostServiceTest.java 26 import com.android.bluetooth.TestUtils;
56 TestUtils.setAdapterService(mAdapterService);
57 TestUtils.startService(mServiceRule, HidHostService.class);
70 TestUtils.stopService(mServiceRule, HidHostService.class);
73 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
BluetoothMapServiceTest.java 26 import com.android.bluetooth.TestUtils;
56 TestUtils.setAdapterService(mAdapterService);
57 TestUtils.startService(mServiceRule, BluetoothMapService.class);
70 TestUtils.stopService(mServiceRule, BluetoothMapService.class);
73 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/opp/
BluetoothOppServiceTest.java 26 import com.android.bluetooth.TestUtils;
56 TestUtils.setAdapterService(mAdapterService);
57 TestUtils.startService(mServiceRule, BluetoothOppService.class);
70 TestUtils.stopService(mServiceRule, BluetoothOppService.class);
71 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pan/
PanServiceTest.java 26 import com.android.bluetooth.TestUtils;
56 TestUtils.setAdapterService(mAdapterService);
57 TestUtils.startService(mServiceRule, PanService.class);
70 TestUtils.stopService(mServiceRule, PanService.class);
73 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
BluetoothPbapServiceTest.java 26 import com.android.bluetooth.TestUtils;
56 TestUtils.setAdapterService(mAdapterService);
57 TestUtils.startService(mServiceRule, BluetoothPbapService.class);
70 TestUtils.stopService(mServiceRule, BluetoothPbapService.class);
73 TestUtils.clearAdapterService(mAdapterService);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
PbapClientServiceTest.java 26 import com.android.bluetooth.TestUtils;
56 TestUtils.setAdapterService(mAdapterService);
57 TestUtils.startService(mServiceRule, PbapClientService.class);
70 TestUtils.stopService(mServiceRule, PbapClientService.class);
73 TestUtils.clearAdapterService(mAdapterService);

Completed in 253 milliseconds

1 2 3 4 5 6 7 8