Searched refs:GetProp (Results 1 – 3 of 3) sorted by relevance
43 def GetProp(adb_flags, name): function94 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()95 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
43 def GetProp(adb_flags, name): function97 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()98 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
141 def GetProp(self, name): member in Adb153 while self.GetProp("sys.boot_completed") != "1":