Searched refs:getDeviceRecovery (Results 1 – 6 of 6) sorted by relevance
331 public IDeviceRecovery getDeviceRecovery() { in getDeviceRecovery() method in Configuration334 .get(0).getDeviceRecovery(); in getDeviceRecovery()1372 deviceConfig.getDeviceRecovery(), in dumpXml()1413 getDeviceRecovery(), in dumpXml()
91 public IDeviceRecovery getDeviceRecovery(); in getDeviceRecovery() method
183 public IDeviceRecovery getDeviceRecovery() { in getDeviceRecovery() method in DeviceConfigurationHolder
265 assertNotNull(mConfig.getDeviceRecovery()); in testGetDeviceRecovery()268 assertEquals(recovery, mConfig.getDeviceRecovery()); in testGetDeviceRecovery()
147 device.setRecovery(deviceConfig.getDeviceRecovery()); in fetchBuild()