Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DSysuiRestarter.kt54 fun restartSystemUI(swipeUp: Boolean) { in restartSystemUI() method
DCommonUtils.java145 public static void restartSystemUI(boolean swipeUp) { in restartSystemUI() method in CommonUtils
146 SysuiRestarter.restartSystemUI(swipeUp); in restartSystemUI()