Home
last modified time | relevance | path

Searched refs:getDeviceRecovery (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DIDeviceConfiguration.java77 public IDeviceRecovery getDeviceRecovery(); in getDeviceRecovery() method
DDeviceConfigurationHolder.java145 public IDeviceRecovery getDeviceRecovery() { in getDeviceRecovery() method in DeviceConfigurationHolder
DIConfiguration.java88 public IDeviceRecovery getDeviceRecovery(); in getDeviceRecovery() method
DConfiguration.java313 public IDeviceRecovery getDeviceRecovery() { in getDeviceRecovery() method in Configuration
316 .get(0).getDeviceRecovery(); in getDeviceRecovery()
1252 deviceConfig.getDeviceRecovery(), in dumpXml()
1275 serializer, DEVICE_RECOVERY_TYPE_NAME, getDeviceRecovery(), excludeFilters); in dumpXml()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java241 assertNotNull(mConfig.getDeviceRecovery()); in testGetDeviceRecovery()
244 assertEquals(recovery, mConfig.getDeviceRecovery()); in testGetDeviceRecovery()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java106 device.setRecovery(deviceConfig.getDeviceRecovery()); in fetchBuild()