Searched refs:mIsCollectPerRun (Results 1 – 4 of 4) sorted by relevance
50 protected boolean mIsCollectPerRun; field in BaseCollectionListener67 if (mIsCollectPerRun) { in onTestRunStart()77 mIsCollectPerRun = "true".equals(args.getString(COLLECT_PER_RUN)); in parseArguments()89 if (!mIsCollectPerRun) { in onTestStart()102 if (!mIsCollectPerRun) { in onTestEnd()121 if (mIsCollectPerRun) { in onTestRunEnd()
77 private boolean mIsCollectPerRun = false; field in GcaEventLogCollector112 if (mIsCollectPerRun) { in onTestRunEnd()125 if (!mIsCollectPerRun) { in onTestStart()136 if (mIsCollectPerRun) { in onTestEnd()156 mIsCollectPerRun = in setupAdditionalArgs()
91 private boolean mIsCollectPerRun; field in SimpleperfListener124 mIsCollectPerRun = Boolean.parseBoolean(args.getString(COLLECT_PER_RUN)); in onTestRunStart()173 if (!mIsCollectPerRun) { in onTestRunStart()184 if (mIsCollectPerRun) { in onTestStart()201 if (mIsCollectPerRun) { in onTestEnd()246 if (!mIsCollectPerRun) { in onTestRunEnd()
95 if (mIsCollectPerRun) { in setupAdditionalArgs()117 } else if (mIsCollectPerRun || mValidIterationIds in testStart()125 if (!mIsCollectPerRun) { in onTestEnd()