Searched refs:maybeRethrow (Results 1 – 5 of 5) sorted by relevance
101 e.maybeRethrow(IOException.class); in getTotalBytes()134 e.maybeRethrow(IOException.class); in getFreeBytes()152 e.maybeRethrow(IOException.class); in getCacheBytes()202 e.maybeRethrow(PackageManager.NameNotFoundException.class); in queryStatsForPackage()203 e.maybeRethrow(IOException.class); in queryStatsForPackage()244 e.maybeRethrow(IOException.class); in queryStatsForUid()282 e.maybeRethrow(IOException.class); in queryStatsForUser()319 e.maybeRethrow(IOException.class); in queryExternalStatsForUser()
43 public <T extends Throwable> void maybeRethrow(Class<T> clazz) throws T { in maybeRethrow() method in ParcelableException
39 ((ParcelableException) e).maybeRethrow(IOException.class); in maybeUnwrapIOException()
1547 e.maybeRethrow(IOException.class); in getCacheQuotaBytes()1588 e.maybeRethrow(IOException.class); in getCacheSizeBytes()1716 e.maybeRethrow(IOException.class); in getAllocatableBytes()1773 e.maybeRethrow(IOException.class); in allocateBytes()
1567 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()