Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLockTest.java66 private static final KeyguardManager sLocalKeyguardManager = field in LockTest
131 Poll.forValue("isDeviceLocked", sLocalKeyguardManager::isDeviceLocked) in lockNow_passwordSet_locksDevice()
DResetPasswordWithTokenTest.java88 private final KeyguardManager sLocalKeyguardManager = field in ResetPasswordWithTokenTest
137 assertThat(sLocalKeyguardManager.isDeviceSecure()).isFalse(); in resetPasswordWithToken_noPassword_deviceIsNotSecure()
149 assertThat(sLocalKeyguardManager.isDeviceSecure()).isTrue(); in resetPasswordWithToken_password_deviceIsSecure()