Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java114 updateLifecycle(observer -> observer.first.onResume(observer.second)); in Environment()
144 void updateLifecycle(Consumer<Pair<DefaultLifecycleObserver, LifecycleOwner>> consumer) { in updateLifecycle() method in DreamOverlayTouchMonitorTest.Environment
432 environment.updateLifecycle(observerOwnerPair -> { in testPauseWithNoActiveSessions()
463 environment.updateLifecycle(observerOwnerPair -> { in testDeferredPauseWithActiveSessions()
501 environment.updateLifecycle(observerOwnerPair -> { in testDestroyWithActiveSessions()
561 environment.updateLifecycle(observerOwnerPair -> { in testOnRemovedCallbackOnStopMonitoring()