Home | History | Annotate | Download | only in device

Lines Matching defs:device

16 package com.android.tradefed.device;
20 /** device is responsive, and can be returned to the available device queue */
24 * Device is not available for testing, and should not be returned to the available device
25 * queue. Typically this means device is not visible via adb, but not necessarily.
30 * Device is visible on adb, but is not responsive. Depending on configuration this
31 * device may be returned to available queue.
36 * Device should be ignored, and not returned to the available device queue.