Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestGetWindowLayoutInfoActivity.java52 assertCorrectWindowLayoutInfoOrException(true /* isOkToThrowException */); in onCreate()
58 assertCorrectWindowLayoutInfoOrException(true /* isOkToThrowException */); in onAttachedToWindow()
64 assertCorrectWindowLayoutInfoOrException(true /* isOkToThrowException */); in onResume()
71 assertCorrectWindowLayoutInfoOrException(false /* isOkToThrowException */); in onLayoutChange()
79 private void assertCorrectWindowLayoutInfoOrException(boolean isOkToThrowException) { in assertCorrectWindowLayoutInfoOrException() method in TestGetWindowLayoutInfoActivity