Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPresentationTest.java49 assertPresentationOnDisplayAndMatchesDisplayMetrics(display.getDisplayId()); in testPresentationFollowsDisplayFlag()
66 assertPresentationOnDisplayAndMatchesDisplayMetrics(display.mId); in testPresentationAllowedOnPresentationDisplay()
82 assertPresentationOnDisplayAndMatchesDisplayMetrics(display.mId); in testPresentationNotDismissAfterResizeDisplay()
120 private void assertPresentationOnDisplayAndMatchesDisplayMetrics(int displayId) { in assertPresentationOnDisplayAndMatchesDisplayMetrics() method in PresentationTest