Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DLegacyFlickerServiceDecorator.kt51 val annotatedMethods = testClass.getAnnotatedMethods(FlickerConfigProvider::class.java) in getFlickerConfig() constant
52 if (annotatedMethods.size == 0) { in getFlickerConfig()
56 val flickerConfigProviderProviderFunction = annotatedMethods.first() in getFlickerConfig()