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()
109 mDeviceRecovery = null; in removeObjectType()
138 allObject.add(mDeviceRecovery); in getAllObjects()
153 return Arrays.asList(mDeviceRecovery); in getAllObjectOfType()
184 return mDeviceRecovery; in getDeviceRecovery()