Home
last modified time | relevance | path

Searched refs:testIndex (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp212 for (int testIndex = 0; testIndex < testCase->total_test_count(); testIndex++) { in Java_com_android_gtestrunner_GtestRunner_nInitialize() local
213 auto testInfo = testCase->GetTestInfo(testIndex); in Java_com_android_gtestrunner_GtestRunner_nInitialize()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java683 Status getStatusOfTest(int testIndex) { in getStatusOfTest() argument
684 String key = Integer.toString(testIndex); in getStatusOfTest()
690 void setStatusOfTest(int testIndex, Status status) { in setStatusOfTest() argument
691 String key = Integer.toString(testIndex); in setStatusOfTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java335 int testIndex = requestCode - FOV_REQUEST_CODE; in onActivityResult() local
336 SelectableResolution res = mSupportedResolutions.get(testIndex); in onActivityResult()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java2349 private void verifyLruOrders(String[] packageNames, int testIndex, boolean newest,
2355 if (pos[testIndex] != -1) {
2357 if (i == testIndex || pos[i] == -1) {
2360 assertTrue(String.format(msg, packageNames[testIndex], packageNames[i]),
2361 predicate.test(pos[testIndex], pos[i]));
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsBaseActivity.java1413 int testIndex = 0; in generateReportLog() local