Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobStoreManager.java195 e.maybeRethrow(IOException.class); in createSession()
196 e.maybeRethrow(LimitExceededException.class); in createSession()
218 e.maybeRethrow(IOException.class); in openSession()
239 e.maybeRethrow(IOException.class); in abandonSession()
263 e.maybeRethrow(IOException.class); in openBlob()
320 e.maybeRethrow(IOException.class); in acquireLease()
321 e.maybeRethrow(LimitExceededException.class); in acquireLease()
383 e.maybeRethrow(IOException.class); in acquireLease()
384 e.maybeRethrow(LimitExceededException.class); in acquireLease()
502 e.maybeRethrow(IOException.class); in releaseLease()
[all …]
/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java116 e.maybeRethrow(IOException.class); in getTotalBytes()
148 e.maybeRethrow(IOException.class); in getFreeBytes()
166 e.maybeRethrow(IOException.class); in getCacheBytes()
216 e.maybeRethrow(PackageManager.NameNotFoundException.class); in queryStatsForPackage()
217 e.maybeRethrow(IOException.class); in queryStatsForPackage()
258 e.maybeRethrow(IOException.class); in queryStatsForUid()
296 e.maybeRethrow(IOException.class); in queryStatsForUser()
333 e.maybeRethrow(IOException.class); in queryExternalStatsForUser()
379 e.maybeRethrow(PackageManager.NameNotFoundException.class); in queryCratesForUid()
380 e.maybeRethrow(IOException.class); in queryCratesForUid()
[all …]
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DUtils.java48 static <T> T maybeRethrow(@NonNull FuncThrowingRemoteException<T> r) { in maybeRethrow() method in Utils
61 static void maybeRethrow(@NonNull VoidFuncThrowingRemoteException r) { in maybeRethrow() method in Utils
DTunerSession.java167 Utils.maybeRethrow(mHwSession::cancel); in cancel()
305 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in setParameters()
314 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in getParameters()
DRadioModule.java404 List<Byte> rawList = Utils.maybeRethrow(() -> mService.getImage(id));
/frameworks/base/core/java/android/os/
DParcelableException.java43 public <T extends Throwable> void maybeRethrow(Class<T> clazz) throws T { in maybeRethrow() method in ParcelableException
DSystemClock.java280 e.maybeRethrow(DateTimeException.class);
/frameworks/base/core/java/android/util/
DExceptionUtils.java39 ((ParcelableException) e).maybeRethrow(IOException.class); in maybeUnwrapIOException()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java2069 e.maybeRethrow(IOException.class); in getCacheQuotaBytes()
2104 e.maybeRethrow(IOException.class); in getCacheSizeBytes()
2232 e.maybeRethrow(IOException.class); in getAllocatableBytes()
2281 e.maybeRethrow(IOException.class); in allocateBytes()
/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java352 lastException.maybeRethrow(IOException.class); in maybeThrowExceptionLocked()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java1762 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java1305 e.maybeRethrow(PackageManager.NameNotFoundException.class); in transfer()
/frameworks/base/config/
Dboot-image-profile.txt15942 HSPLandroid/os/ParcelableException;->maybeRethrow(Ljava/lang/Class;)V