Searched refs:lockscreenType (Results 1 – 1 of 1) sorted by relevance
86 public static void setLockscreen(LockscreenType lockscreenType, String lockscreenCode, in setLockscreen() argument88 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() argument139 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()