Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowMetricsWindowContextTests.java55 final WindowContextTestSession mWindowContextSession = in testMetricsMatchesLayoutOnWindowContext()
56 mObjectTracker.manage(new WindowContextTestSession()); in testMetricsMatchesLayoutOnWindowContext()
64 final WindowContextTestSession mWindowContextSession = in testMetricsMatchesDisplayAreaOnWindowContext()
65 mObjectTracker.manage(new WindowContextTestSession()); in testMetricsMatchesDisplayAreaOnWindowContext()
70 private class WindowContextTestSession implements AutoCloseable { class in WindowMetricsWindowContextTests
77 private WindowContextTestSession() { in WindowContextTestSession() method in WindowMetricsWindowContextTests.WindowContextTestSession