HomeSort by relevance Sort by last modified time
    Searched refs:executeTest (Results 1 - 25 of 41) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqPbcTestCase.java 32 protected boolean executeTest() throws InterruptedException {
GoNegReqPinTestCase.java 32 protected boolean executeTest() throws InterruptedException {
ServReqAllTestCase01.java 39 protected boolean executeTest() throws InterruptedException {
ServReqAllTestCase02.java 40 protected boolean executeTest() throws InterruptedException {
ServReqAllTestCase03.java 41 protected boolean executeTest() throws InterruptedException {
ServReqDnsPtrTestCase.java 37 protected boolean executeTest() throws InterruptedException {
ServReqDnsTxtTestCase.java 37 protected boolean executeTest() throws InterruptedException {
ServReqUpnpAllTestCase.java 37 protected boolean executeTest() throws InterruptedException {
ServReqUpnpRootDeviceTestCase.java 37 protected boolean executeTest() throws InterruptedException {
TestCase.java 32 * 4) implement test case by overriding executeTest. executeTest must return the message
94 if (executeTest()) {
139 abstract protected boolean executeTest() throws InterruptedException;
GoNegRespTestCase.java 48 protected boolean executeTest() throws InterruptedException {
GoTestCase.java 44 protected boolean executeTest() throws InterruptedException {
P2pClientPbcTestCase.java 35 protected boolean executeTest() throws InterruptedException {
P2pClientPinTestCase.java 35 protected boolean executeTest() throws InterruptedException {
ServReqClearRequestTestCase.java 34 protected boolean executeTest() throws InterruptedException {
ServRespTestCase.java 47 protected boolean executeTest() throws InterruptedException {
ServReqMultiClientTestCase01.java 35 protected boolean executeTest() throws InterruptedException {
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 58 TestThread.this.executeTest();
62 public void executeTest() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
BatchingTestActivity.java 137 return executeTest(operation);
155 return executeTest(operation);
158 private String executeTest(TestSensorOperation operation) throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsVerifierTestActivity.java 58 SensorTestDetails testDetails = executeTest(testMethod);
86 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
BaseTestCase.java 66 protected abstract boolean executeTest() throws InterruptedException;
101 if (executeTest()) {
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 105 virtual void executeTest (void) = 0;
160 executeTest();
187 void executeTest (void)
233 void executeTest (void)
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 120 void executeTest (void);
  /external/icu/icu4c/source/test/intltest/
rbbitst.h 62 void executeTest(TestParams *, UErrorCode &status);
  /cts/tests/sensor/src/android/hardware/cts/
SensorBatchingTests.java 298 executeTest(environment, operation, false /* flushExpected */);
315 executeTest(environment, operation, true /* flushExpected */);
318 private void executeTest(

Completed in 728 milliseconds

1 2