Home | History | Annotate | Download | only in hosts

Lines Matching full:emulator

26     """Run an emulator as an ADB device preserving the API and assumptions of
35 """Intialize an emulator so that existing assumptions that the host is
44 m = re.match('emulator-(\d{4})', self.adb_serial)
46 raise ValueError('Emulator serial must be in the format '
47 'emulator-PORT.')
56 # Boot the emulator, if not already booted, since ADBHost assumes the
64 """Boot or reboot the emulator if necessary.
66 If the emulator is not started boot the emulator. Otherwise leave it
67 alone. Ensure emulator is running and ready before returning.
124 local directory in the machine running the emulator.
156 4. Use EmulatorManager to start the emulator.
194 # Start the emulator