Searched refs:getDeviceRecovery (Results 1 – 6 of 6) sorted by relevance
77 public IDeviceRecovery getDeviceRecovery(); in getDeviceRecovery() method
145 public IDeviceRecovery getDeviceRecovery() { in getDeviceRecovery() method in DeviceConfigurationHolder
88 public IDeviceRecovery getDeviceRecovery(); in getDeviceRecovery() method
313 public IDeviceRecovery getDeviceRecovery() { in getDeviceRecovery() method in Configuration316 .get(0).getDeviceRecovery(); in getDeviceRecovery()1252 deviceConfig.getDeviceRecovery(), in dumpXml()1275 serializer, DEVICE_RECOVERY_TYPE_NAME, getDeviceRecovery(), excludeFilters); in dumpXml()
241 assertNotNull(mConfig.getDeviceRecovery()); in testGetDeviceRecovery()244 assertEquals(recovery, mConfig.getDeviceRecovery()); in testGetDeviceRecovery()
106 device.setRecovery(deviceConfig.getDeviceRecovery()); in fetchBuild()