Searched refs:maybeRethrow (Results 1 – 11 of 11) sorted by relevance
111 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()
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
145 Utils.maybeRethrow(mHwSession::cancel); in cancel()231 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in setParameters()240 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in getParameters()
141 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
281 e.maybeRethrow(DateTimeException.class);
39 ((ParcelableException) e).maybeRethrow(IOException.class); in maybeUnwrapIOException()
1614 e.maybeRethrow(IOException.class); in getCacheQuotaBytes()1649 e.maybeRethrow(IOException.class); in getCacheSizeBytes()1757 e.maybeRethrow(IOException.class); in getAllocatableBytes()1806 e.maybeRethrow(IOException.class); in allocateBytes()
1029 e.maybeRethrow(PackageManager.NameNotFoundException.class); in transfer()
1675 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()
4350 HPLandroid/os/ParcelableException;->maybeRethrow(Ljava/lang/Class;)V