Home
last modified time | relevance | path

Searched defs:strategy (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DPerfettoTracingPerRunStrategyTest.java86 PerfettoTracingStrategy strategy = in initStrategy() local
104 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartOnRunStart() local
116 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartOnRunStartMultiple() local
130 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceEndOnRunEnd() local
144 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceEndOnRunEndMultiple() local
162 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceDoesNotStartOnTestStart() local
183 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceDoesNotStopOnTestEnd() local
200 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceDoesNotStopOnFailure() local
DPerfettoTracingPerClassStrategyTest.java89 PerfettoTracingStrategy strategy = in initStrategy() local
107 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartOnFirstTestStart() local
121 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartOncePerClass() local
138 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartInClassChange() local
155 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceEndsOnRunEnds() local
171 PerfettoTracingStrategy strategy = initStrategy(b); in testDoNotReportMetricOnTest() local
186 PerfettoTracingStrategy strategy = initStrategy(b); in testReportMetricOnRunEndOnly() local
202 PerfettoTracingStrategy strategy = initStrategy(b); in testReportMultipleMetricsOnRunEnd() local
DPerfettoTracingStrategyTest.java86 TestPerfettoTracingStrategy strategy = in initStrategy() local
101 TestPerfettoTracingStrategy strategy = initStrategy(b); in testGetParameter_noArgumentPassed_returnsDefaultValue() local
110 TestPerfettoTracingStrategy strategy = initStrategy(b); in testGetParameter_globalArgumentPassed_returnsProvidedValue() local
120 TestPerfettoTracingStrategy strategy = initStrategy(b); in testGetParameter_strategySpecificArgumentPassed_returnsProvidedValue() local
130 TestPerfettoTracingStrategy strategy = initStrategy(b); in testGetParameter_otherStrategySpecificArgumentPassed_returnsDefaultValue() local
138 TestPerfettoTracingStrategy strategy = initStrategy(b); in testNoIterationArgumentPassed_doesNotSkipMetrics() local
149 TestPerfettoTracingStrategy strategy = initStrategy(b); in testAllowIterationArgumentPassedWithOneIteration_skipMetricForOtherIterations() local
161 TestPerfettoTracingStrategy strategy = initStrategy(b); in testAllowIterationArgumentPassedWithMultipleIterations_skipMetricForOthers() local
173 TestPerfettoTracingStrategy strategy = initStrategy(b); in testCallSkipMetricForNotExecutedTest_throwException() local
DPerfettoTracingPerTestStrategyTest.java92 PerfettoTracingStrategy strategy = in initStrategy() local
111 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartOnTestStart() local
125 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartOnTestStartMultiple() local
142 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceEndOnRunEnd() local
159 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceEndOnRunEndMultiple() local
180 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceDoesNotStartOnRunStart() local
196 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceDoesNotStopOnFailure() local
DPerfettoTracingBeforeAfterStrategyTest.java91 PerfettoTracingBeforeAfterTestStrategy strategy = in initStrategy() local
108 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartAndEndOnTestStart() local
121 PerfettoTracingStrategy strategy = initStrategy(b); in testPerfettoTraceStartAndEndOnTestEnd() local
136 PerfettoTracingStrategy strategy = initStrategy(b); in testTwoTests_startsAndEndsPerfettoCollectionForAllExecutions() local
153 PerfettoTracingStrategy strategy = initStrategy(b); in testTwoIterations_onlySecondIsAllowed_collectsTraceOnlyForTheSecond() local
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DLauncherStrategyFactory.java91 ILauncherStrategy strategy = launcherStrategy.newInstance(); in registerLauncherStrategy() local
92 mInstanceMap.put(strategy.getSupportedLauncherPackage(), strategy); in registerLauncherStrategy() local
116 ILauncherStrategy strategy = mInstanceMap.get(launcherPkg); in getLauncherStrategy() local
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLauncherStrategyFactory.java87 ILauncherStrategy strategy = launcherStrategy.newInstance(); in registerLauncherStrategy() local
88 mInstanceMap.put(strategy.getSupportedLauncherPackage(), strategy); in registerLauncherStrategy() local
109 ILauncherStrategy strategy = mInstanceMap.get(launcherPkg); in getLauncherStrategy() local