HomeSort by relevance Sort by last modified time
    Searched defs:DeviceAllocationState (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
DeviceAllocationState.java 21 public enum DeviceAllocationState implements DeviceAllocationEventHandler {
37 DeviceAllocationState(DeviceAllocationEventHandler eventHandler) {
42 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
MockDeviceManager.java 205 DeviceAllocationState.Allocated, DeviceAllocationState.Available);
260 mDvcMon.notifyDeviceStateChange(d.getSerialNumber(), DeviceAllocationState.Available,
261 DeviceAllocationState.Allocated);

Completed in 69 milliseconds