Searched refs:launchEmulator (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | SdkAvdPreparerTest.java | 117 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/ |
D | IDeviceManager.java | 102 void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator() method
|
D | DeviceManager.java | 602 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator() method in DeviceManager
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | SdkAvdPreparer.java | 260 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/ |
D | MockDeviceManager.java | 338 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator() method in MockDeviceManager
|