Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DDeprecatedTargetSdkUtils.java23 public static final String DEPRECATED_TARGET_SDK_VERSION_DIALOG = field in DeprecatedTargetSdkUtils
27 state.waitForWindowSurfaceShown(DEPRECATED_TARGET_SDK_VERSION_DIALOG, true); in waitAndDismissDeprecatedTargetSdkDialog()
29 state.waitForWindowSurfaceDisappeared(DEPRECATED_TARGET_SDK_VERSION_DIALOG); in waitAndDismissDeprecatedTargetSdkDialog()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DDeprecatedTargetSdkTest.java49 DeprecatedTargetSdkUtils.DEPRECATED_TARGET_SDK_VERSION_DIALOG); in testCompatibilityDialog()