Home
last modified time | relevance | path

Searched refs:launchEmulator (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DSdkAvdPreparerTest.java117 mMockDeviceManager.launchEmulator(EasyMock.eq(mMockDevice), EasyMock.anyLong(), in testSetUp()
144 mMockDeviceManager.launchEmulator(EasyMock.eq(mMockDevice), EasyMock.anyLong(), in testSetUp_noAvdName()
179 mMockDeviceManager.launchEmulator(EasyMock.eq(mMockDevice), EasyMock.anyLong(), in testSetUp_failedBoot()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java102 void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator() method
DDeviceManager.java602 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator() method in DeviceManager
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DSdkAvdPreparer.java260 launchEmulator(device, avd, emulatorArgs); in launchEmulatorForAvd()
477 void launchEmulator(ITestDevice device, String avd, List<String> emulatorArgs) in launchEmulator() method in SdkAvdPreparer
481 getDeviceManager().launchEmulator(device, mMaxBootTime * 60 * 1000, mRunUtil, in launchEmulator()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java338 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator() method in MockDeviceManager