Home
last modified time | relevance | path

Searched refs:executeTest (Results 1 – 24 of 24) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DBatchingTestActivity.java130 return executeTest(operation); in runBatchTest()
148 return executeTest(operation); in runFlushTest()
151 private String executeTest(TestSensorOperation operation) throws InterruptedException { in executeTest() method in BatchingTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DGoNegReqPbcTestCase.java32 protected boolean executeTest() throws InterruptedException { in executeTest() method in GoNegReqPbcTestCase
DGoNegReqPinTestCase.java32 protected boolean executeTest() throws InterruptedException { in executeTest() method in GoNegReqPinTestCase
DTestCase.java94 if (executeTest()) { in start()
139 abstract protected boolean executeTest() throws InterruptedException; in executeTest() method in TestCase
DServReqDnsPtrTestCase.java37 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqDnsPtrTestCase
DServReqDnsTxtTestCase.java37 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqDnsTxtTestCase
DServReqUpnpRootDeviceTestCase.java37 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqUpnpRootDeviceTestCase
DServReqUpnpAllTestCase.java37 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqUpnpAllTestCase
DServReqAllTestCase01.java39 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqAllTestCase01
DServReqAllTestCase02.java40 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqAllTestCase02
DServReqAllTestCase03.java41 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqAllTestCase03
DGoNegRespTestCase.java48 protected boolean executeTest() throws InterruptedException { in executeTest() method in GoNegRespTestCase
DServRespTestCase.java47 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServRespTestCase
DGoTestCase.java44 protected boolean executeTest() throws InterruptedException { in executeTest() method in GoTestCase
DP2pClientPbcTestCase.java35 protected boolean executeTest() throws InterruptedException { in executeTest() method in P2pClientPbcTestCase
DServReqClearRequestTestCase.java34 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqClearRequestTestCase
DP2pClientPinTestCase.java35 protected boolean executeTest() throws InterruptedException { in executeTest() method in P2pClientPinTestCase
DServReqMultiClientTestCase03.java34 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqMultiClientTestCase03
DServReqMultiClientTestCase02.java34 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqMultiClientTestCase02
DServReqMultiClientTestCase01.java35 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqMultiClientTestCase01
DServReqRemoveRequestTestCase.java34 protected boolean executeTest() throws InterruptedException { in executeTest() method in ServReqRemoveRequestTestCase
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java58 SensorTestDetails testDetails = executeTest(testMethod); in executeTests()
86 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException { in executeTest() method in SensorCtsVerifierTestActivity
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorBatchingTests.java267 executeTest(environment, operation, false /* flushExpected */); in runBatchingSensorTest()
284 executeTest(environment, operation, true /* flushExpected */); in runFlushSensorTest()
287 private void executeTest( in executeTest() method in SensorBatchingTests
/cts/tests/tests/os/src/android/os/cts/
DMessengerTest.java211 MessengerTestHelper.this.executeTest(); in init()
221 public void executeTest() throws RemoteException { in executeTest() method in MessengerTest.MessengerTestHelper