Home
last modified time | relevance | path

Searched defs:LockscreenCredential (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockscreenCredential.java60 public class LockscreenCredential implements Parcelable, AutoCloseable { class
88 private LockscreenCredential(int type, byte[] credential, boolean hasInvalidChars) { in LockscreenCredential() method in LockscreenCredential
110 private LockscreenCredential(int type, CharSequence credential) { in LockscreenCredential() method in LockscreenCredential
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt236 private fun LockscreenCredential.matches(expectedCredential: List<Any>): Boolean { in <lambda>() method