Home
last modified time | relevance | path

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

/cts/tools/cts-preconditions/src/com/android/preconditions/cts/
DPreconditionsTest.java24 import com.android.compatibility.common.preconditions.ScreenLockHelper;
46 ScreenLockHelper.isDeviceSecure(this.getContext())); in testScreenUnlocked()
/cts/common/device-side/preconditions/src/com/android/compatibility/common/preconditions/
DScreenLockHelper.java25 public class ScreenLockHelper { class