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.cpp104 for (int testIndex = 0; testIndex < testCase->total_test_count(); testIndex++) { in OnTestProgramEnd() local
105 auto testInfo = testCase->GetTestInfo(testIndex); in OnTestProgramEnd()
167 for (int testIndex = 0; testIndex < testCase->total_test_count(); testIndex++) { in Java_com_android_gtestrunner_GtestRunner_nInitialize() local
168 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/tests/tests/media/src/android/media/cts/
DMediaSession2Test.java482 final int testIndex = 12; in testAddPlaylistItem() local
484 mSession.addPlaylistItem(testIndex, testMediaItem); in testAddPlaylistItem()
486 assertEquals(testIndex, mMockAgent.mIndex); in testAddPlaylistItem()
500 final int testIndex = 12; in testReplacePlaylistItem() local
502 mSession.replacePlaylistItem(testIndex, testMediaItem); in testReplacePlaylistItem()
504 assertEquals(testIndex, mMockAgent.mIndex); in testReplacePlaylistItem()
DMediaController2Test.java413 final int testIndex = 12; in testAddPlaylistItem() local
415 mController.addPlaylistItem(testIndex, testMediaItem); in testAddPlaylistItem()
419 assertEquals(testIndex, mMockAgent.mIndex); in testAddPlaylistItem()
442 final int testIndex = 12; in testReplacePlaylistItem() local
444 mController.replacePlaylistItem(testIndex, testMediaItem); in testReplacePlaylistItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java328 int testIndex = requestCode - FOV_REQUEST_CODE; in onActivityResult() local
329 SelectableResolution res = mSupportedResolutions.get(testIndex); in onActivityResult()