Home
last modified time | relevance | path

Searched refs:getTestCase (Results 1 – 25 of 34) sorted by relevance

12

/cts/suite/audio_quality/test/
DTaskTest.cpp99 ASSERT_TRUE(mTaskSetup->getTestCase() == mTestCase); in TEST_F()
100 ASSERT_TRUE(mTaskAction->getTestCase() == mTestCase); in TEST_F()
101 ASSERT_TRUE(mTaskSequential->getTestCase() == mTestCase); in TEST_F()
102 ASSERT_TRUE(mTaskProcess->getTestCase() == mTestCase); in TEST_F()
103 ASSERT_TRUE(mTaskInput->getTestCase() == mTestCase); in TEST_F()
104 ASSERT_TRUE(mTaskOutput->getTestCase() == mTestCase); in TEST_F()
105 ASSERT_TRUE(mTaskSound->getTestCase() == mTestCase); in TEST_F()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DP2pClientTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase() method in P2pClientTestActivity
31 return P2pClientTestSuite.getTestCase(context, testId); in getTestCase()
DGoNegRequesterTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase() method in GoNegRequesterTestActivity
31 return GoNegReqTestSuite.getTestCase(context, testId); in getTestCase()
DServiceRequesterTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase() method in ServiceRequesterTestActivity
31 return ServReqTestSuite.getTestCase(context, testId); in getTestCase()
DResponderTestActivity.java75 abstract protected TestCase getTestCase(Context context); in getTestCase() method in ResponderTestActivity
91 mTestCase = getTestCase(this); in onCreate()
/cts/suite/audio_quality/lib/src/task/
DTaskInput.cpp53 getTestCase()); in start()
97 if (!getTestCase()->registerBuffer(mId, mBuffer)) { in complete()
98 if (!getTestCase()->updateBuffer(mId, mBuffer)) { in complete()
DTaskOutput.cpp48 android::sp<AudioHardware> hw = AudioHardware::createAudioHw(localDevice, true, getTestCase()); in start()
57 android::sp<Buffer> buffer = getTestCase()->findBuffer(mId); in start()
69 int id = getTestCase()->getRemoteAudio()->getDataId(mId); in start()
DTaskSequential.cpp42 if (storeIndex && !getTestCase()->registerIndex(mIndexName, mRepeatIndex)) { in run()
43 if (!getTestCase()->updateIndex(mIndexName, mRepeatIndex)) { in run()
53 if (storeIndex && !getTestCase()->updateIndex(mIndexName, mRepeatIndex)) { in run()
86 if (storeIndex && !getTestCase()->updateIndex(mIndexName, mRepeatIndex)) { in run()
DTaskDownload.cpp46 android::sp<Buffer> buffer = getTestCase()->findBuffer(id); in run()
52 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) { in run()
DTaskSave.cpp67 if (!getTestCase()->getCaseName(caseName)) { in handleFile()
79 getTestCase()->findAllBuffers((*listp)[i])); in handleFile()
117 getTestCase()->findAllValues((*listp)[i])); in handleReport()
135 getTestCase()->setDetails(details); in handleReport()
DTaskProcess.cpp102 *(buffer.get()) = getTestCase()->findBuffer(list[i].getParamString()); in prepareParams()
117 if (!getTestCase()->findValue(list[i].getParamString(), *(valuesPtr[i].get()))) { in prepareParams()
216 if (!getTestCase()->registerBuffer(mOutput[i].getParamString(), *bufferp)) { in doRun()
218 if (!getTestCase()->updateBuffer(mOutput[i].getParamString(), *bufferp)) { in doRun()
227 if (!getTestCase()->registerValue(mOutput[i].getParamString(), *valuep)) { in doRun()
228 if (!getTestCase()->updateValue(mOutput[i].getParamString(), *valuep)) { in doRun()
DTaskSound.cpp103 if (!getTestCase()->registerBuffer(id, buffer)) { in run()
109 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) { in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DBaseTestActivity.java48 protected abstract BaseTestCase getTestCase(Context context); in getTestCase() method in BaseTestActivity
62 mTestCase = getTestCase(this); in onCreate()
DDataPathOobPassphraseInitiatorTestActivity.java28 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathOobPassphraseInitiatorTestActivity
DDataPathPassphraseActiveSubscribeTestActivity.java28 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathPassphraseActiveSubscribeTestActivity
DDataPathOobOpenInitiatorTestActivity.java28 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathOobOpenInitiatorTestActivity
DDataPathOpenActiveSubscribeTestActivity.java28 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathOpenActiveSubscribeTestActivity
DDataPathOpenPassiveSubscribeTestActivity.java28 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathOpenPassiveSubscribeTestActivity
DDataPathPassphrasePassiveSubscribeTestActivity.java28 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathPassphrasePassiveSubscribeTestActivity
DDataPathOobOpenResponderTestActivity.java30 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathOobOpenResponderTestActivity
DDataPathOobPassphraseResponderTestActivity.java30 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathOobPassphraseResponderTestActivity
DDataPathOpenSolicitedPublishTestActivity.java30 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathOpenSolicitedPublishTestActivity
DDataPathOpenUnsolicitedPublishTestActivity.java30 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathOpenUnsolicitedPublishTestActivity
DDataPathPassphraseSolicitedPublishTestActivity.java30 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathPassphraseSolicitedPublishTestActivity
DDataPathPassphraseUnsolicitedPublishTestActivity.java30 protected BaseTestCase getTestCase(Context context) { in getTestCase() method in DataPathPassphraseUnsolicitedPublishTestActivity

12