HomeSort by relevance Sort by last modified time
    Searched refs:mTestInProgress (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ConstraintTestActivity.java 28 private boolean mTestInProgress;
46 if (mTestInProgress) {
55 mTestInProgress = true;
62 mTestInProgress = false;
  /cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
TestApp.java 47 Utils.TestCaseType mTestInProgress;
71 mTestInProgress = (Utils.TestCaseType.values())[mIndex++];
73 switch (mTestInProgress) {
116 mTestinfo.putString(Utils.TESTCASE_TYPE, mTestInProgress.toString());
130 mTotalInfo.putString(mTestInProgress.toString(), buf.toString());
131 Log.i(TAG, "results for " + mTestInProgress + " = " +
132 mTotalInfo.getString(mTestInProgress.toString()));
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GTestResultParser.java 98 private boolean mTestInProgress = false;
391 return mTestInProgress;
399 mTestInProgress = true;
407 mTestInProgress = false;

Completed in 521 milliseconds