Home
last modified time | relevance | path

Searched refs:PIN (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/opt/telephony/proto/src/
Dpin_storage.proto24 // Stores information about PIN of a SIM card.
26 // Status of the PIN.
28 // The PIN code is stored, but cannot be used for automatic verification.
31 // The PIN code is stored and will be usable for automatic verification after the
35 // The PIN code is stored and can be used for automatic verification.
42 // PIN code
48 // Status of the PIN code
/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
DScreenLockRule.kt111 lockPatternUtils.verifyCredential(LockscreenCredential.createPin(PIN), context.userId, 0) in <lambda>()
128 LockscreenCredential.createPin(PIN), in <lambda>()
133 Log.i(TAG, "Device PIN set to $PIN") in <lambda>()
144 LockscreenCredential.createPin(PIN), in <lambda>()
164 private const val PIN = "0000" in <lambda>() constant
/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
DInitialLockSetupConstants.java42 LockTypes.PIN,
48 int PIN = 1; field
DInitialLockSetupClient.java160 mInitialLockSetupService, mKeyguardManager, LockTypes.PIN); in checkValidPin()
208 mInitialLockSetupService, mKeyguardManager, LockTypes.PIN); in saveLockPin()
334 pinConfig = initialLockSetupService.getLockConfig(LockTypes.PIN); in doInBackground()
343 map.put(LockTypes.PIN, pinConfig); in doInBackground()
391 case LockTypes.PIN: in doInBackground()
469 case LockTypes.PIN: in doInBackground()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityModel.java43 PIN, // Strictly numeric password enumConstant
80 return SecurityMode.PIN; in getSecurityMode()
DKeyguardSecurityViewFlipperController.java159 case PIN: return R.layout.keyguard_pin_motion_layout; in getLayoutIdFor()
171 case PIN: return R.layout.keyguard_pin_view; in getLegacyLayoutIdFor()
DKeyguardSecurityContainerController.java866 case PIN: in showNextSecurityScreenOrFinish()
1082 case PIN, Pattern, SimPin, SimPuk -> getResources().getBoolean( in canUseOneHandedBouncer()
DKeyguardSecurityContainer.java715 case PIN: in showTimeoutDialog()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityViewFlipperControllerTest.java124 mKeyguardSecurityViewFlipperController.getSecurityView(SecurityMode.PIN, in getSecurityView_NotInflated()
133 mKeyguardSecurityViewFlipperController.asynchronouslyInflateView(SecurityMode.PIN, in asynchronouslyInflateView()
143 mKeyguardSecurityViewFlipperController.asynchronouslyInflateView(SecurityMode.PIN, in asynchronouslyInflateView_setNeedsInput()
DKeyguardSecurityContainerControllerTest.kt204 whenever(keyguardSecurityModel.getSecurityMode(anyInt())).thenReturn(SecurityMode.PIN) in <lambda>()
506 underTest.showSecurityScreen(SecurityMode.PIN) in <lambda>()
641 eq(SecurityMode.PIN), in <lambda>()
/frameworks/base/core/tests/coretests/src/android/app/
DKeyguardManagerTest.java184 assertFalse(mKeyguardManager.setLock(KeyguardManager.PIN, invalidPin, -1, null)); in setLock_validatesCredential()
187 assertTrue(mKeyguardManager.setLock(KeyguardManager.PIN, validPin, -1, null)); in setLock_validatesCredential()
189 assertTrue(mKeyguardManager.setLock(-1, null, KeyguardManager.PIN, validPin)); in setLock_validatesCredential()
/frameworks/base/packages/SystemUI/docs/device-entry/
Dbouncer.md3 … responsible for displaying the security method set by the user (password, PIN, pattern) as well a…
21 …curityModel#SecurityMode][5], will instantiate the required view and controller. PIN, Pattern, etc.
Dglossary.md9 …ible for displaying the primary security method set by the user (password, PIN, pattern). The bou…
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt213 is AuthenticationMethodModel.Pin -> SecurityMode.PIN in <lambda>()
226 SecurityMode.PIN, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerMessageInteractorTest.kt25 import com.android.keyguard.KeyguardSecurityModel.SecurityMode.PIN in <lambda>()
87 whenever(securityModel.getSecurityMode(PRIMARY_USER_ID)).thenReturn(PIN) in <lambda>()
128 KeyguardSecurityModel.SecurityMode.PIN in <lambda>()
DPrimaryBouncerInteractorTest.kt85 .thenReturn(KeyguardSecurityModel.SecurityMode.PIN) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags17 ## secure: 1: The user has set up a secure unlock method (PIN, password, etc.)
/frameworks/base/core/java/android/app/
DKeyguardManager.java221 public static final int PIN = 1; field in KeyguardManager
237 PIN,
1304 case PIN: in createLockscreenCredential()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt73 KeyguardSecurityModel.SecurityMode.PIN
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt372 KeyguardSecurityModel.SecurityMode.PIN -> Pin in getAuthenticationMethod()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerMessageInteractor.kt415 SecurityMode.PIN -> AuthenticationMethodModel.Pin in SecurityMode()
/frameworks/proto_logging/stats/enums/telephony/
Denums.proto182 /** SIM card state: Locked: requires the user's SIM PIN to unlock */
186 /** SIM card state: Locked: requires a network PIN to unlock */
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java1126 case KeyguardManager.PIN: in createLockscreenCredential()
1155 return KeyguardManager.PIN; in lockPatternUtilsToKeyguardType()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionScenariosTest.kt25 import com.android.keyguard.KeyguardSecurityModel.SecurityMode.PIN
145 whenever(keyguardSecurityModel.getSecurityMode(anyInt())).thenReturn(PIN) in setUp()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto412 // e.g., PIN, WIDGET TRAY, APPS TRAY, PREDICTION
466 // e.g., PIN, WIDGET TRAY, APPS TRAY, PREDICTION

12