Searched refs:excludedDevice (Results 1 – 1 of 1) sorted by relevance
560 IDevice excludedDevice = mock(IDevice.class); in testInit_includeDevice() local561 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()