Searched refs:endCode (Results 1 – 2 of 2) sorted by relevance
330 void MidiTestManager::EndTest(int endCode) { in EndTest() argument338 env->CallVoidMethod(mTestModuleObj, mMidEndTest, endCode); in EndTest()
592 public void endTest(int endCode) { in endTest() argument595 mTestStatus = endCode; in endTest()597 if (endCode != TESTSTATUS_NOTRUN) { in endTest()