Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DLockscreenRule.kt20 import android.platform.helpers.LockscreenUtils.LockscreenType
21 import android.platform.helpers.LockscreenUtils.LockscreenType.*
33 class LockscreenRule(private val type: LockscreenType) : TestWatcher() {
57 type: LockscreenType,
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DSysuiRestarter.kt20 import android.platform.helpers.LockscreenUtils.LockscreenType
60 LockscreenType.SWIPE, in restartSystemUI()
DLockscreenUtils.java86 public static void setLockscreen(LockscreenType lockscreenType, String lockscreenCode, in setLockscreen()
136 public static void enterCodeOnLockscreen(LockscreenType lockscreenType, in enterCodeOnLockscreen()
238 public enum LockscreenType { enum in LockscreenUtils