Searched refs:RunnableWithThrowable (Results 1 – 2 of 2) sorted by relevance
25 public interface RunnableWithThrowable<E extends Throwable> { interface
77 import com.android.server.healthconnect.utils.RunnableWithThrowable;991 public <E extends Throwable> void runWithStatesReadLock(RunnableWithThrowable<E> task) in runWithStatesReadLock()