Searched refs:_EMULATOR_RE (Results 1 – 2 of 2) sorted by relevance
45 _EMULATOR_RE = re.compile(r'^emulator-[0-9]+$') variable1165 return _EMULATOR_RE.match(self._device_serial)
292 _EMULATOR_RE = re.compile(r'^generic_.*$') variable2779 return _EMULATOR_RE.match(self.GetProp('ro.product.device', cache=True))