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
165 Utils.maybeRethrow(mHwSession::cancel); in cancel()251 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in setParameters()260 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in getParameters()
297 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
288 e.maybeRethrow(DateTimeException.class);
39 ((ParcelableException) e).maybeRethrow(IOException.class); in maybeUnwrapIOException()
1910 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()
1717 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()
1117 e.maybeRethrow(PackageManager.NameNotFoundException.class); in transfer()
51857 Landroid/os/ParcelableException;->maybeRethrow(Ljava/lang/Class;)V