Home
last modified time | relevance | path

Searched refs:excludedDevice (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java560 IDevice excludedDevice = mock(IDevice.class); in testInit_includeDevice() local
561 when(excludedDevice.getSerialNumber()).thenReturn("excluded"); in testInit_includeDevice()
562 when(excludedDevice.getState()).thenReturn(DeviceState.ONLINE); in testInit_includeDevice()
564 when(excludedDevice.isEmulator()).thenReturn(Boolean.FALSE); in testInit_includeDevice()
577 mDeviceListener.deviceConnected(excludedDevice); in testInit_includeDevice()