Searched refs:endCode (Results 1 – 2 of 2) sorted by relevance
156 public void endTest(int endCode) { in endTest() argument159 mTestStatus = endCode; in endTest()161 if (endCode != TESTSTATUS_NOTRUN) { in endTest()
407 void MidiTestManager::EndTest(int endCode) { in EndTest() argument415 env->CallVoidMethod(mTestModuleObj, mMidEndTest, endCode); in EndTest()