Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DDeviceConfigurationHolder.java44 private IDeviceRecovery mDeviceRecovery = new WaitDeviceRecovery(); field in DeviceConfigurationHolder
91 mDeviceRecovery = (IDeviceRecovery) config; in addSpecificConfig()
120 allObject.add(mDeviceRecovery); in getAllObjects()
135 return Arrays.asList(mDeviceRecovery); in getAllObjectOfType()
166 return mDeviceRecovery; in getDeviceRecovery()