Searched refs:deniedDevices (Results 1 – 1 of 1) sorted by relevance
91 val deniedDevices = description.deniedDevices() in apply() constant92 if (thisDevice in deniedDevices) { in apply()94 "Skipping test as $thisDevice is in $deniedDevices" in apply()123 private fun Description.deniedDevices(): List<String> = in allowedDevices() method in android.platform.test.rule.LimitDevicesRule