Searched refs:mTestStep (Results 1 – 1 of 1) sorted by relevance
1044 private int mTestStep = TESTSTEP_NONE; field in AudioDataPathsBaseActivity.TestManager1188 if (testStep == mTestStep) { in displayTestDevices()1193 if (testModule.canRun() && testStep != mTestStep) { in displayTestDevices()1197 if (testStep == mTestStep) { in displayTestDevices()1210 return mTestStep != TESTSTEP_NONE && mTestStep < mTestModules.size() in getActiveTestModule()1211 ? mTestModules.get(mTestStep) in getActiveTestModule()1247 mTestStep = TESTSTEP_NONE; in startTest()1263 if (mTestStep != TESTSTEP_NONE) { in stopTest()1264 mTestStep = TESTSTEP_NONE; in stopTest()1339 if (mTestStep != TESTSTEP_NONE) { in completeTestStep()[all …]