Home
last modified time | relevance | path

Searched refs:mIsCollectPerRun (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBaseCollectionListener.java50 protected boolean mIsCollectPerRun; field in BaseCollectionListener
67 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()
DGcaEventLogCollector.java77 private boolean mIsCollectPerRun = false; field in GcaEventLogCollector
112 if (mIsCollectPerRun) { in onTestRunEnd()
125 if (!mIsCollectPerRun) { in onTestStart()
136 if (mIsCollectPerRun) { in onTestEnd()
156 mIsCollectPerRun = in setupAdditionalArgs()
DSimpleperfListener.java91 private boolean mIsCollectPerRun; field in SimpleperfListener
124 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()
DHeapDumpListener.java95 if (mIsCollectPerRun) { in setupAdditionalArgs()
117 } else if (mIsCollectPerRun || mValidIterationIds in testStart()
125 if (!mIsCollectPerRun) { in onTestEnd()