Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java147 throws IOException, PreparationFailedException { in execute()
152 throw new PreparationFailedException("Payload metadata is not compatible"); in execute()
166 throw new PreparationFailedException( in execute()
179 throw new PreparationFailedException( in execute()
303 private static class PreparationFailedException extends Exception { class in PrepareUpdateService
304 PreparationFailedException(String message) { in PreparationFailedException() method in PrepareUpdateService.PreparationFailedException