Searched refs:oldDevice (Results 1 – 2 of 2) sorted by relevance
86 const oldDevice = this.devices.get(deviceId); constant95 if (oldDevice) {99 oldDevice.handleDuplicateDeviceConnection(newDevice);
200 const oldDevice = expoProxy.devices.get('samedevice'); constant201 expect(oldDevice).toBeDefined();204 const deviceDebugHandler = jest.spyOn(oldDevice!, 'handleDebuggerConnection');222 expect(newDevice).not.toBe(oldDevice);