Searched refs:PIN (Results 1 – 4 of 4) sorted by relevance
/cts/common/device-side/bedstead/modules/multiuser/src/test/kotlin/com/android/bedstead/multiuser/ |
D | UserReferenceTest.java | 72 private static final String PIN = "1234"; field in UserReferenceTest 568 TestApis.users().instrumented().setPin(PIN); in setPin_hasLockCredential() 572 TestApis.users().instrumented().clearPin(PIN); in setPin_hasLockCredential() 603 TestApis.users().instrumented().setPin(PIN); in clearPin_hasLockCredential_returnsFalse() 604 TestApis.users().instrumented().clearPin(PIN); in clearPin_hasLockCredential_returnsFalse() 630 TestApis.users().instrumented().clearPin(PIN); in clearPin_doesNotHavePin_doesNothing() 662 TestApis.users().instrumented().setPin(PIN); in clearPin_incorrectOldPin_throwsException() 667 TestApis.users().instrumented().clearPin(PIN); in clearPin_incorrectOldPin_throwsException() 708 TestApis.users().instrumented().setPin(PIN); in setPin_alreadyHasPin_throwsException() 713 TestApis.users().instrumented().clearPin(PIN); in setPin_alreadyHasPin_throwsException() [all …]
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | SecurityLoggingTest.java | 18 import static android.app.KeyguardManager.PIN; 387 km.setLock(PIN, "1111".getBytes(), PIN, null); in generatePasswordChangedEvents() 388 km.setLock(PIN, "1914".getBytes(), PIN, "1111".getBytes()); in generatePasswordChangedEvents() 389 km.setLock(PIN, "83651865".getBytes(), PIN, "1914".getBytes()); in generatePasswordChangedEvents() 390 km.setLock(PIN, null, PIN, "83651865".getBytes()); in generatePasswordChangedEvents()
|
/cts/tests/tests/sensorprivacy/src/android/sensorprivacy/cts/ |
D | SensorPrivacyBaseTest.kt | 702 km.setLock(KeyguardManager.PIN, pin, KeyguardManager.PIN, null) in <lambda>() 722 km.setLock(KeyguardManager.PIN, null, KeyguardManager.PIN, pin) in <lambda>()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 998 field public static final int PIN = 1; // 0x1
|