Searched refs:DeviceType (Results 1 – 1 of 1) sorted by relevance
91 class DeviceType(object): class100 return DeviceType.NONE102 return DeviceType.RVAB104 return DeviceType.VAB105 return DeviceType.AB175 slot = DeviceType.Get(self.info_dict)184 if slot != DeviceType.AB:193 if slot == DeviceType.AB:197 if slot == DeviceType.RVAB:201 if slot == DeviceType.VAB:[all …]