Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java146 final SimulatedDisplaySession session = createManagedSimulatedDisplaySession(); in testKeyReceiving()
559 private SimulatedDisplaySession createManagedSimulatedDisplaySession() { in createManagedSimulatedDisplaySession()
560 return mObjectTracker.manage(new SimulatedDisplaySession()); in createManagedSimulatedDisplaySession()
563 private class SimulatedDisplaySession implements AutoCloseable { class in WindowFocusTests
567 SimulatedDisplaySession() { in SimulatedDisplaySession() method in WindowFocusTests.SimulatedDisplaySession