Searched defs:maybeRethrow (Results 1 – 2 of 2) sorted by relevance
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
43 public <T extends Throwable> void maybeRethrow(Class<T> clazz) throws T { in maybeRethrow() method in ParcelableException