Home
last modified time | relevance | path

Searched defs:classRules (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java328 protected List<TestRule> classRules() { in classRules() method in Microbenchmark
329 List<TestRule> classRules = new ArrayList<>(); in classRules() local
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java108 protected List<TestRule> classRules() { in classRules() method in LongevityClassRunner
109 List<TestRule> classRules = new ArrayList<>(); in classRules() local