Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dcheck_partition_sizes.py91 class DeviceType(object): class
100 return DeviceType.NONE
102 return DeviceType.RVAB
104 return DeviceType.VAB
105 return DeviceType.AB
175 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 …]