Home
last modified time | relevance | path

Searched refs:mTestRunningByIntent (Results 1 – 2 of 2) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DManualGlitchActivity.java46 private boolean mTestRunningByIntent; field in ManualGlitchActivity
113 if (mTestRunningByIntent) { in processBundleFromIntent()
119 mTestRunningByIntent = true; in processBundleFromIntent()
182 mTestRunningByIntent = false; in startAutomaticTest()
193 mTestRunningByIntent = false; in stopAutomaticTest()
DRoundTripLatencyActivity.java52 private boolean mTestRunningByIntent; field in RoundTripLatencyActivity
249 if (mTestRunningByIntent) { in onAnalyzerDone()
254 mTestRunningByIntent = false; in onAnalyzerDone()
351 if (mTestRunningByIntent) { in processBundleFromIntent()
357 mTestRunningByIntent = true; in processBundleFromIntent()