Searched refs:testIndex (Results 1 – 5 of 5) sorted by relevance
104 for (int testIndex = 0; testIndex < testCase->total_test_count(); testIndex++) { in OnTestProgramEnd() local105 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() local168 auto testInfo = testCase->GetTestInfo(testIndex); in Java_com_android_gtestrunner_GtestRunner_nInitialize()
683 Status getStatusOfTest(int testIndex) { in getStatusOfTest() argument684 String key = Integer.toString(testIndex); in getStatusOfTest()690 void setStatusOfTest(int testIndex, Status status) { in setStatusOfTest() argument691 String key = Integer.toString(testIndex); in setStatusOfTest()
482 final int testIndex = 12; in testAddPlaylistItem() local484 mSession.addPlaylistItem(testIndex, testMediaItem); in testAddPlaylistItem()486 assertEquals(testIndex, mMockAgent.mIndex); in testAddPlaylistItem()500 final int testIndex = 12; in testReplacePlaylistItem() local502 mSession.replacePlaylistItem(testIndex, testMediaItem); in testReplacePlaylistItem()504 assertEquals(testIndex, mMockAgent.mIndex); in testReplacePlaylistItem()
413 final int testIndex = 12; in testAddPlaylistItem() local415 mController.addPlaylistItem(testIndex, testMediaItem); in testAddPlaylistItem()419 assertEquals(testIndex, mMockAgent.mIndex); in testAddPlaylistItem()442 final int testIndex = 12; in testReplacePlaylistItem() local444 mController.replacePlaylistItem(testIndex, testMediaItem); in testReplacePlaylistItem()
328 int testIndex = requestCode - FOV_REQUEST_CODE; in onActivityResult() local329 SelectableResolution res = mSupportedResolutions.get(testIndex); in onActivityResult()