Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java55 private static @Nullable Object sReturnValue; field in ActivityContext
94 sReturnValue = null; in getWithContext()
123 return (E) sReturnValue; in getWithContext()
170 sReturnValue = sRunnable.apply(this); in onResume()