Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java101 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()
/frameworks/base/core/java/android/os/
DParcelableException.java43 public <T extends Throwable> void maybeRethrow(Class<T> clazz) throws T { in maybeRethrow() method in ParcelableException
/frameworks/base/core/java/android/util/
DExceptionUtils.java39 ((ParcelableException) e).maybeRethrow(IOException.class); in maybeUnwrapIOException()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1547 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()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java1567 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()