Lines Matching refs:self
13 def __init__(self, adb):
14 HardwareAndroid.__init__(self, adb)
16 def __enter__(self):
17 HardwareAndroid.__enter__(self)
18 if not self._adb.is_root():
19 return self
22 self._adb.shell('''\
32 self._adb.shell('''\
39 self._adb.shell('''\
53 self._adb.shell('''\
61 return self
63 def sanity_check(self):
64 HardwareAndroid.sanity_check(self)
66 if not self._adb.is_root():
69 result = self._adb.check('''\