Searched refs:GceManager (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/ |
D | GceManagerTest.java | 59 private GceManager mGceManager; 79 new GceManager(mMockDeviceDesc, mOptions, mMockBuildInfo, null) { in setUp() 249 new GceManager(mMockDeviceDesc, mOptions, mMockBuildInfo, null) { in testBuildGceCommandWithEmulatorBuild() 326 new GceManager(mMockDeviceDesc, mOptions, mMockBuildInfo, null) { in testStartGce_timeout() 407 new GceManager(mMockDeviceDesc, mOptions, mMockBuildInfo, null) { in testStartGce() 461 new GceManager(mMockDeviceDesc, mOptions, mMockBuildInfo, null) { in testStartGce_failed() 500 new GceManager(mMockDeviceDesc, mOptions, mMockBuildInfo, null) { in testStartGce_bootFail() 554 new GceManager( in testShutdownGce() 591 new GceManager( in testShutdownGce_withJsonKeyFile() 667 bugreport = GceManager.getBugreportzWithSsh(fakeInfo, mOptions, mMockRunUtil); in testGetSshBugreport() [all …]
|
D | RemoteAndroidVirtualDeviceTest.java | 79 private GceManager mGceHandler; 132 mGceHandler = Mockito.mock(GceManager.class); in setUp() 163 GceManager getGceHandler() { in testExceptionFromParser() 164 return new GceManager( in testExceptionFromParser() 267 GceManager getGceHandler() { in testPreInvocationSetup() 356 GceManager getGceHandler() { in testLaunchGce_bootFail() 439 GceManager getGceHandler() { in testDeviceNotStoreShutdownState() 542 GceManager getGceHandler() { in testDevice_skipTearDown() 629 GceManager getGceHandler() { in testDeviceBoot_offline()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | RemoteInvocationExecution.java | 33 import com.android.tradefed.device.cloud.GceManager; 186 GceManager.remoteSshCommandExecution( in runTests() 216 GceManager.remoteSshCommandExecution( in runTests() 344 GceManager.remoteSshCommandExecution( in runRemote() 414 GceManager.remoteSshCommandExecution( in isStillRunning() 463 GceManager.remoteSshCommandExecution( in resetAdb() 469 GceManager.remoteSshCommandExecution( in resetAdb() 482 GceManager.remoteSshCommandExecution( in collectAdbLogs() 491 GceManager.remoteSshCommandExecution( in collectAdbLogs() 501 GceManager.logNestedRemoteFile( in collectAdbLogs() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | ManagedRemoteDevice.java | 48 private GceManager mGceHandler = null; 72 new GceManager(getDeviceDescriptor(), getOptions(), info, testResourceBuildInfos); in preInvocationSetup() 171 GceManager.getNestedDeviceSshBugreportz(mGceAvd, getOptions(), getRunUtil()); in getSshBugreport() 192 GceManager getGceHandler() { in getGceHandler()
|
D | RemoteAndroidVirtualDevice.java | 64 private GceManager mGceHandler = null; 100 new GceManager( in preInvocationSetup() 229 GceManager.getBugreportzWithSsh(mGceAvd, getOptions(), getRunUtil()); in getSshBugreport() 232 GceManager.getNestedDeviceSshBugreportz( in getSshBugreport() 364 GceManager getGceHandler() { in getGceHandler()
|
D | GceManager.java | 59 public class GceManager { class 83 public GceManager( in GceManager() method in GceManager 104 public GceManager( in GceManager() method in GceManager 578 GceManager.getInstanceSerialLog( in logSerialOutput()
|
D | CommonLogRemoteFileUtil.java | 150 GceManager.logNestedRemoteFile( in LogRemoteFile()
|