OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTestCase
(Results
1 - 22
of
22
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
GoNegRequesterTestActivity.java
30
protected ReqTestCase
getTestCase
(Context context, String testId) {
31
return GoNegReqTestSuite.
getTestCase
(context, testId);
P2pClientTestActivity.java
30
protected ReqTestCase
getTestCase
(Context context, String testId) {
31
return P2pClientTestSuite.
getTestCase
(context, testId);
ServiceRequesterTestActivity.java
30
protected ReqTestCase
getTestCase
(Context context, String testId) {
31
return ServReqTestSuite.
getTestCase
(context, testId);
GoNegResponderTestActivity.java
38
protected TestCase
getTestCase
(Context context) {
GoTestActivity.java
38
protected TestCase
getTestCase
(Context context) {
ServiceResponderTestActivity.java
38
protected TestCase
getTestCase
(Context context) {
ResponderTestActivity.java
39
* A responder test activity just have to extend this class and implement
getTestCase
()
75
abstract protected TestCase
getTestCase
(Context context);
91
mTestCase =
getTestCase
(this);
RequesterTestActivity.java
47
* A requester test activity just have to extend this class and implement
getTestCase
().
102
protected abstract ReqTestCase
getTestCase
(Context context, String testId);
117
mTestCase =
getTestCase
(this, testId);
/cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp
47
android::sp<Buffer> buffer =
getTestCase
()->findBuffer(id);
53
if (!
getTestCase
()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
TaskOutput.cpp
48
android::sp<AudioHardware> hw = AudioHardware::createAudioHw(localDevice, true,
getTestCase
());
57
android::sp<Buffer> buffer =
getTestCase
()->findBuffer(mId);
69
int id =
getTestCase
()->getRemoteAudio()->getDataId(mId);
TaskInput.cpp
53
getTestCase
());
97
if (!
getTestCase
()->registerBuffer(mId, mBuffer)) {
98
if (!
getTestCase
()->updateBuffer(mId, mBuffer)) {
TaskSequential.cpp
42
if (storeIndex && !
getTestCase
()->registerIndex(mIndexName, mRepeatIndex)) {
43
if (!
getTestCase
()->updateIndex(mIndexName, mRepeatIndex)) {
53
if (storeIndex && !
getTestCase
()->updateIndex(mIndexName, mRepeatIndex)) {
86
if (storeIndex && !
getTestCase
()->updateIndex(mIndexName, mRepeatIndex)) {
TaskSave.cpp
67
if (!
getTestCase
()->getCaseName(caseName)) {
79
getTestCase
()->findAllBuffers((*listp)[i]));
117
getTestCase
()->findAllValues((*listp)[i]));
135
getTestCase
()->setDetails(details);
TaskSound.cpp
103
if (!
getTestCase
()->registerBuffer(id, buffer)) {
109
if (!
getTestCase
()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
TaskProcess.cpp
101
*(buffer.get()) =
getTestCase
()->findBuffer(list[i].getParamString());
116
if (!
getTestCase
()->findValue(list[i].getParamString(), *(valuesPtr[i].get()))) {
215
if (!
getTestCase
()->registerBuffer(mOutput[i].getParamString(), *bufferp)) {
217
if (!
getTestCase
()->updateBuffer(mOutput[i].getParamString(), *bufferp)) {
226
if (!
getTestCase
()->registerValue(mOutput[i].getParamString(), *valuep)) {
227
if (!
getTestCase
()->updateValue(mOutput[i].getParamString(), *valuep)) {
TaskGeneric.cpp
65
TaskCase* TaskGeneric::
getTestCase
()
76
LOGE("TaskGeneric::
getTestCase
no TaskCase found!");
/cts/suite/audio_quality/test/
TaskTest.cpp
99
ASSERT_TRUE(mTaskSetup->
getTestCase
() == mTestCase);
100
ASSERT_TRUE(mTaskAction->
getTestCase
() == mTestCase);
101
ASSERT_TRUE(mTaskSequential->
getTestCase
() == mTestCase);
102
ASSERT_TRUE(mTaskProcess->
getTestCase
() == mTestCase);
103
ASSERT_TRUE(mTaskInput->
getTestCase
() == mTestCase);
104
ASSERT_TRUE(mTaskOutput->
getTestCase
() == mTestCase);
105
ASSERT_TRUE(mTaskSound->
getTestCase
() == mTestCase);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqTestSuite.java
46
public static ReqTestCase
getTestCase
(Context context,
P2pClientTestSuite.java
46
public static ReqTestCase
getTestCase
(Context context,
ServReqTestSuite.java
32
public static ReqTestCase
getTestCase
(Context context,
/cts/suite/audio_quality/lib/include/task/
TaskGeneric.h
86
TaskCase*
getTestCase
();
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java
81
TestCase testCase =
getTestCase
(testClassName);
124
private TestCase
getTestCase
(String testCaseName) {
Completed in 166 milliseconds