Home | History | Annotate | Download | only in device

Lines Matching defs:device

16 package com.android.tradefed.device;
19 import com.android.tradefed.device.DeviceUtilStatsMonitor.UtilizationDesc;
20 import com.android.tradefed.device.IDeviceMonitor.DeviceLister;
61 * Test case where device has been available but never allocated
76 * Test case where device has been allocated but never available
95 // first return allocated, then return samples with device missing
114 * Test case where device disappears. Ensure util numbers are calculated until > max samples
119 // first return allocated, then return samples with device missing
148 DeviceDescriptor device = createDeviceDesc("serial" + i, states[i]);
149 deviceList.add(device);