Home
last modified time | relevance | path

Searched defs:Description (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DLimitDevicesRule.kt127 private fun Description.allowedDevices(): List<String> = in allowedDevices() method
134 private fun Description.deniedDevices(): List<String> = in allowedDevices() method
137 private fun Description.flakyDevices(): List<String> = in allowedDevices() method
140 private fun Description.limitDevicesAnnotation(): Set<Annotation> = in allowedDevices() method
149 private fun Description.ignoreLimit(): Boolean = in allowedDevices() method
DOrientationRule.kt58 private fun Description.shouldSetLandscape(): Boolean = in Description() method
61 private fun Description.shouldSetPortrait(): Boolean = in Description() method
/platform_testing/libraries/health/rules/multivalentTests/src/android/platform/test/rule/
DTestAnnotationScannerTest.kt165 private fun Description.familyTree(): String { in Description() method
174 private fun Description.leafDescriptions(): List<Description> { in Description() method