Lines Matching refs:deviceList
95 if (c11.deviceList !== undefined) {
96 this.deviceList = c11.deviceList;
203 get deviceList() {
207 set deviceList(x10) {
455 if (w8 !== this.deviceList.length - 1) {
475 this.forEachUpdateFunction(r8, this.deviceList, t8, undefined, true, false);
510 if (JSON.stringify(l8.deviceList) !== undefined) {
511 console.info(TAG, `picker device list : ${JSON.stringify(l8.deviceList)}`);
512 this.deviceList = JSON.parse(JSON.stringify(l8.deviceList));
513 …let u = this.deviceList.length === 2 && !this.hasExtDevice(ObservedObject.GetRawObject(this.device…
514 let v = this.deviceList === null || this.deviceList.length === 0;
581 let u = this.deviceList.length === 2 &&
582 !this.hasExtDevice(ObservedObject.GetRawObject(this.deviceList));
583 let v = this.deviceList === null || this.deviceList.length === 0;