HomeSort by relevance Sort by last modified time
    Searched refs:android_serial (Results 1 - 4 of 4) sorted by null

  /development/python-packages/adb/
test.py 24 self.android_serial = os.getenv('ANDROID_SERIAL')
25 if 'ANDROID_SERIAL' in os.environ:
26 del os.environ['ANDROID_SERIAL']
29 if self.android_serial is not None:
30 os.environ['ANDROID_SERIAL'] = self.android_serial
32 if 'ANDROID_SERIAL' in os.environ:
33 del os.environ['ANDROID_SERIAL']
44 os.environ['ANDROID_SERIAL'] = 'foo
    [all...]
device.py 90 The serial specified by `serial` or $ANDROID_SERIAL is not
94 Neither `serial` nor $ANDROID_SERIAL was set, and the number of
103 2) The environment variable $ANDROID_SERIAL.
109 android_serial = os.getenv('ANDROID_SERIAL')
110 if android_serial is not None:
111 return _get_device_by_serial(android_serial, product, adb_path)
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py     [all...]

Completed in 112 milliseconds