Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DPortraitLandscapeRule.kt15 private val portraitDeviceFilter: List<DeviceTypeFilter> = listOf(DeviceTypeFilter.ANY), constant in android.platform.test.rule.PortraitLandscapeRule
23 if (portraitDeviceFilter.any { it.match() }) { in apply()