Home
last modified time | relevance | path

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

/development/scripts/
Dadd-accounts-sdk43 def GetProp(adb_flags, name): function
94 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()
95 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
Dadd-accounts43 def GetProp(adb_flags, name): function
97 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()
98 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
/development/tools/
Dmonkey141 def GetProp(self, name): member in Adb
153 while self.GetProp("sys.boot_completed") != "1":