Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java111 e.maybeRethrow(IOException.class); in getTotalBytes()
143 e.maybeRethrow(IOException.class); in getFreeBytes()
161 e.maybeRethrow(IOException.class); in getCacheBytes()
211 e.maybeRethrow(PackageManager.NameNotFoundException.class); in queryStatsForPackage()
212 e.maybeRethrow(IOException.class); in queryStatsForPackage()
253 e.maybeRethrow(IOException.class); in queryStatsForUid()
291 e.maybeRethrow(IOException.class); in queryStatsForUser()
328 e.maybeRethrow(IOException.class); in queryExternalStatsForUser()
/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.java165 Utils.maybeRethrow(mHwSession::cancel); in cancel()
251 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in setParameters()
260 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in getParameters()
DRadioModule.java297 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.java288 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.java1910 e.maybeRethrow(IOException.class); in getCacheQuotaBytes()
1945 e.maybeRethrow(IOException.class); in getCacheSizeBytes()
2053 e.maybeRethrow(IOException.class); in getAllocatableBytes()
2102 e.maybeRethrow(IOException.class); in allocateBytes()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java1717 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java1117 e.maybeRethrow(PackageManager.NameNotFoundException.class); in transfer()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51857 Landroid/os/ParcelableException;->maybeRethrow(Ljava/lang/Class;)V