Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserReference.java100 private @Nullable String mLockType; field in UserReference
715 mLockType = lockType; in setLockCredential()
816 if (!lockType.equals(mLockType) && mLockType != null) { in clearLockCredential()
835 mLockType = null; in clearLockCredential()
845 mLockType = null; in clearLockCredential()
878 if (mLockType != null && !lockType.equals(mLockType)) { in lockCredential()