Home
last modified time | relevance | path

Searched refs:inContext (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java132 getWithContext((inContext) -> {runnable.accept(inContext); return null; }); in runWithContext() argument
138 return getWithContext((inContext) -> runnable.apply(inContext, arg1)); in getWithContext()
147 getWithContext((inContext) -> {runnable.accept(inContext, arg1); return null; }); in runWithContext() argument
153 return getWithContext((inContext) -> runnable.apply(inContext, arg1, arg2)); in getWithContext()
159 return getWithContext((inContext) -> runnable.apply(inContext, arg1, arg2, arg3)); in getWithContext()