Searched refs:mLockCredential (Results 1 – 3 of 3) sorted by relevance
59 private LockScreenSession mLockCredential; field in UserAuthTest.DeviceLockSession62 mLockCredential = new LockScreenSession(mInstrumentation, mWmState); in DeviceLockSession()63 mLockCredential.setLockCredential(); in DeviceLockSession()67 mLockCredential.sleepDevice(); in performDeviceLock()77 mLockCredential.gotoKeyguard(); in performDeviceUnlock()78 mLockCredential.enterAndConfirmLockCredential(); in performDeviceUnlock()90 mLockCredential.enterAndConfirmLockCredential(); in performDeviceUnlock()96 mLockCredential.close(); in close()
99 private @Nullable String mLockCredential; field in UserReference695 } else if (mLockCredential != null) { in setLockCredential()696 ShellCommand.Builder unused = commandBuilder.addOption("--old", mLockCredential); in setLockCredential()714 mLockCredential = lockCredential; in setLockCredential()771 clearLockCredential(mLockCredential, TYPE_PASSWORD); in clearPassword()786 clearLockCredential(mLockCredential, TYPE_PIN); in clearPin()801 clearLockCredential(mLockCredential, TYPE_PATTERN); in clearPattern()834 mLockCredential = null; in clearLockCredential()844 mLockCredential = null; in clearLockCredential()884 return mLockCredential; in lockCredential()
319 private LockScreenSession mLockCredential; field in CipherTest.DeviceLockSession323 mLockCredential = new LockScreenSession(mInstrumentation, mWmState); in DeviceLockSession()324 mLockCredential.setLockCredential(); in DeviceLockSession()328 mLockCredential.sleepDevice(); in performDeviceLock()336 mLockCredential.gotoKeyguard(); in performDeviceUnlock()338 mLockCredential.enterAndConfirmLockCredential(); in performDeviceUnlock()350 mLockCredential.close(); in close()