Searched refs:LockscreenType (Results 1 – 3 of 3) sorted by relevance
20 import android.platform.helpers.LockscreenUtils.LockscreenType21 import android.platform.helpers.LockscreenUtils.LockscreenType.*33 class LockscreenRule(private val type: LockscreenType) : TestWatcher() {57 type: LockscreenType,
20 import android.platform.helpers.LockscreenUtils.LockscreenType60 LockscreenType.SWIPE, in restartSystemUI()
86 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