Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java494 ListenableFuture<TouchHandler.TouchSession> sessionFuture = frontSession.pop(); in testPush() local
497 TouchHandler.TouchSession returnedSession = sessionFuture.get(); in testPush()