Home
last modified time | relevance | path

Searched defs:BaseTestCase (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DBaseTestCase.java30 public abstract class BaseTestCase { class
41 public BaseTestCase(Context context) { in BaseTestCase() method in BaseTestCase
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DBaseTestCase.java44 public class BaseTestCase extends DeviceTestCase implements IBuildReceiver { class