Searched refs:ANDROID_SERIAL (Results 1 – 6 of 6) sorted by relevance
69 self.assertEqual(os.environ[constants.ANDROID_SERIAL], '127.0.0.1:58167')78 self.assertEqual(os.environ[constants.ANDROID_SERIAL], '0.0.0.0:6521')
159 os.environ[constants.ANDROID_SERIAL] = f'{adb_ip}:{adb_port}'
58 private static final String ANDROID_SERIAL = "ANDROID_SERIAL"; field in ExecutableHostTest114 runUtil.setEnvVariable(ANDROID_SERIAL, getTestInfo().getDevice().getSerialNumber()); in runBinary()
45 ANDROID_SERIAL = 'ANDROID_SERIAL' variable
44 You can specify which connected device to use with the environment variable ANDROID_SERIAL or with …
905 os.environ.pop(constants.ANDROID_SERIAL, None)908 env_serial = os.environ.get(constants.ANDROID_SERIAL)