Searched refs:maybeRethrow (Results 1 – 14 of 14) sorted by relevance
195 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 …]
114 e.maybeRethrow(IOException.class); in getTotalBytes()146 e.maybeRethrow(IOException.class); in getFreeBytes()164 e.maybeRethrow(IOException.class); in getCacheBytes()214 e.maybeRethrow(PackageManager.NameNotFoundException.class); in queryStatsForPackage()215 e.maybeRethrow(IOException.class); in queryStatsForPackage()256 e.maybeRethrow(IOException.class); in queryStatsForUid()294 e.maybeRethrow(IOException.class); in queryStatsForUser()331 e.maybeRethrow(IOException.class); in queryExternalStatsForUser()377 e.maybeRethrow(PackageManager.NameNotFoundException.class); in queryCratesForUid()378 e.maybeRethrow(IOException.class); in queryCratesForUid()[all …]
53 static <T> T maybeRethrow(@NonNull FuncThrowingRemoteException<T> r) { in maybeRethrow() method in Utils66 static void maybeRethrow(@NonNull VoidFuncThrowingRemoteException r) { in maybeRethrow() method in Utils
214 Utils.maybeRethrow(mHwSession::cancel); in cancel()377 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in setParameters()386 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in getParameters()
444 List<Byte> rawList = Utils.maybeRethrow(() -> mService.getImage(id));
43 public <T extends Throwable> void maybeRethrow(Class<T> clazz) throws T { in maybeRethrow() method in ParcelableException
347 e.maybeRethrow(DateTimeException.class);
39 ((ParcelableException) e).maybeRethrow(IOException.class); in maybeUnwrapIOException()
215 exception.maybeRethrow(IOException.class); in throwTypedException()
1943 e.maybeRethrow(FileNotFoundException.class); in requestChecksums()2042 e.maybeRethrow(PackageManager.NameNotFoundException.class); in transfer()2433 e.maybeRethrow(PackageManager.NameNotFoundException.class); in requestArchive()2469 e.maybeRethrow(IOException.class); in requestUnarchive()2470 e.maybeRethrow(PackageManager.NameNotFoundException.class); in requestUnarchive()2503 e.maybeRethrow(PackageManager.NameNotFoundException.class); in reportUnarchivalStatus()2528 e.maybeRethrow(PackageManager.NameNotFoundException.class); in reportUnarchivalState()
2065 e.maybeRethrow(IOException.class); in getCacheQuotaBytes()2100 e.maybeRethrow(IOException.class); in getCacheSizeBytes()2275 e.maybeRethrow(IOException.class); in getAllocatableBytes()2324 e.maybeRethrow(IOException.class); in allocateBytes()
1071 e.maybeRethrow(PackageManager.NameNotFoundException.class); in requestChecksums()1263 e.maybeRethrow(NameNotFoundException.class); in getAppMetadata()1287 e.maybeRethrow(NameNotFoundException.class); in getAppMetadataSource()2621 e.maybeRethrow(NameNotFoundException.class); in isAppArchivable()3972 e.maybeRethrow(PackageManager.NameNotFoundException.class); in canPackageQuery()
1771 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()
37336 Landroid/os/ParcelableException;->maybeRethrow(Ljava/lang/Class;)V