Home
last modified time | relevance | path

Searched defs:getPinLength (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt152 suspend fun getPinLength(): Int in <lambda>() method
284 override suspend fun getPinLength(): Int { in getAuthenticationMethod() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt120 override suspend fun getPinLength(): Int { in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl59 int getPinLength(int userId); in getPinLength() method
DLockPatternUtils.java627 public int getPinLength(int userId) { in getPinLength() method in LockPatternUtils
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java765 int getPinLength(long protectorId, int userId) { in getPinLength() method in SyntheticPasswordManager
DLockSettingsService.java1424 public int getPinLength(int userId) { in getPinLength() method in LockSettingsService