Searched defs:DeviceState (Results 1 – 3 of 3) sorted by relevance
80 fun DeviceState.testUsesAdbRoot() = Tags.hasTag(ADB_ROOT) method83 fun DeviceState.testUsesRootInstrumentation() = Tags.hasTag(ROOT_INSTRUMENTATION) method
191 public final class DeviceState extends HarrierRule { class263 public DeviceState(Duration maxTestDuration) { in DeviceState() method in DeviceState290 public DeviceState() { in DeviceState() method in DeviceState
547 fun DeviceState.user(userType: String): UserReference { in DeviceState() method