Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DLimitDevicesRule.kt116 private fun Description.allowedDevices(): List<String> = in allowedDevices() method
123 private fun Description.deniedDevices(): List<String> = in allowedDevices() method
126 private fun Description.flakyDevices(): List<String> = in allowedDevices() method
129 private fun Description.limitDevicesAnnotation(): Set<Annotation> = in allowedDevices() method
138 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