Lines Matching refs:GetProp
512 return self.GetProp('sys.boot_completed', cache=False) == '1'
1641 value = self.GetProp(self.JAVA_ASSERT_PROPERTY)
1653 return self.GetProp('persist.sys.language', cache=cache)
1661 return self.GetProp('persist.sys.country', cache=cache)
1678 return int(self.GetProp('ro.sf.lcd_density', cache=True))
1687 return self.GetProp('ro.build.description', cache=True)
1696 return self.GetProp('ro.build.fingerprint', cache=True)
1701 return self.GetProp('ro.build.id', cache=True)
1706 return self.GetProp('ro.build.product', cache=True)
1711 return self.GetProp('ro.build.type', cache=True)
1725 value = self.GetProp('ro.build.version.sdk', cache=True)
1735 return self.GetProp('ro.product.cpu.abi', cache=True)
1740 return self.GetProp('ro.product.model', cache=True)
1745 return self.GetProp('ro.product.name', cache=True)
1750 return self.GetProp('ro.product.board', cache=True)
1752 def GetProp(self, property_name, cache=False, timeout=DEFAULT, member in DeviceUtils
1826 if check and value != self.GetProp(property_name, cache=False):
1845 return self.GetProp('ro.product.cpu.abi', cache=True)