Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DSysuiRestarter.kt18 import android.platform.helpers.CommonUtils.assertScreenOn
57 assertScreenOn("restartSystemUI needs the screen to be on.") in restartSystemUI()
DCommonUtils.java150 public static void assertScreenOn(String errorMessage) { in assertScreenOn() method in CommonUtils