Searched refs:maybeRethrow (Results 1 – 13 of 13) 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 …]
116 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 …]
48 static <T> T maybeRethrow(@NonNull FuncThrowingRemoteException<T> r) { in maybeRethrow() method in Utils61 static void maybeRethrow(@NonNull VoidFuncThrowingRemoteException r) { in maybeRethrow() method in Utils
167 Utils.maybeRethrow(mHwSession::cancel); in cancel()305 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in setParameters()314 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in getParameters()
404 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
280 e.maybeRethrow(DateTimeException.class);
39 ((ParcelableException) e).maybeRethrow(IOException.class); in maybeUnwrapIOException()
2069 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()
352 lastException.maybeRethrow(IOException.class); in maybeThrowExceptionLocked()
1762 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()
1305 e.maybeRethrow(PackageManager.NameNotFoundException.class); in transfer()
15942 HSPLandroid/os/ParcelableException;->maybeRethrow(Ljava/lang/Class;)V