Searched refs:endCode (Results 1 – 2 of 2) sorted by relevance
190 public void endTest(int endCode) { in endTest() argument193 mTestStatus = endCode; in endTest()195 if (endCode != TESTSTATUS_NOTRUN) { in endTest()
496 void MidiTestManager::EndTest(int endCode) { in EndTest() argument504 env->CallVoidMethod(mTestModuleObj, mMidEndTest, endCode); in EndTest()