Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DLockscreenUtils.java86 public static void setLockscreen(LockscreenType lockscreenType, String lockscreenCode, in setLockscreen() argument
88 Log.d(TAG, format("Setting Lockscreen [%s(%s)]", lockscreenType, lockscreenCode)); in setLockscreen()
89 switch (lockscreenType) { in setLockscreen()
106 throw new AssertionError("Non-supported Lockscreen Type: " + lockscreenType); in setLockscreen()
136 public static void enterCodeOnLockscreen(LockscreenType lockscreenType, in enterCodeOnLockscreen() argument
139 format("Entering Lockscreen code: %s(%s)", lockscreenType, lockscreenCode)); in enterCodeOnLockscreen()
142 switch (lockscreenType) { in enterCodeOnLockscreen()
151 throw new AssertionError("Non-supported Lockscreen Type: " + lockscreenType); in enterCodeOnLockscreen()