Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DManualBenchmarkState.java161 void configure(ManualBenchmarkTest testAnnotation) { in configure() argument
162 if (testAnnotation == null) { in configure()
166 final long warmupDurationNs = testAnnotation.warmupDurationNs(); in configure()
170 final long targetTestDurationNs = testAnnotation.targetTestDurationNs(); in configure()
174 final StatsReport statsReport = testAnnotation.statsReport(); in configure()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DTest.java34 public void testAnnotation() throws Exception { in testAnnotation() method in Test