Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java164 updateLifecycle(Lifecycle.State.RESUMED); in Environment()
194 void updateLifecycle(Lifecycle.State state) { in updateLifecycle() method in TouchMonitorTest.Environment
537 environment.updateLifecycle(Lifecycle.State.STARTED); in testPauseWithNoActiveSessions()
566 environment.updateLifecycle(Lifecycle.State.STARTED); in testDeferredPauseWithActiveSessions()
602 environment.updateLifecycle(Lifecycle.State.DESTROYED); in testDestroyWithActiveSessions()
660 environment.updateLifecycle(Lifecycle.State.DESTROYED); in testOnRemovedCallbackOnStopMonitoring()