Home
last modified time | relevance | path

Searched defs:getWithContext (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java71 public static <E> E getWithContext(Function<Activity, E> runnable) throws InterruptedException { in getWithContext() method in ActivityContext
132 getWithContext((inContext) -> {runnable.accept(inContext); return null; }); in runWithContext() method
136 public static <E, F> F getWithContext(E arg1, in getWithContext() method in ActivityContext
147 getWithContext((inContext) -> {runnable.accept(inContext, arg1); return null; }); in runWithContext() method
151 public static <E, F, G> G getWithContext(E arg1, F arg2, in getWithContext() method in ActivityContext
157 public static <E, F, G, H> H getWithContext(E arg1, F arg2, G arg3, in getWithContext() method in ActivityContext