/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/ |
D | KeyguardLockedTests.java | 95 lockScreenSession.setLockCredential().gotoKeyguard(); in testLockAndUnlock() 120 lockScreenSession.setLockCredential(); in testDisableKeyguard_thenSettingCredential_reenablesKeyguard_b119322269() 137 lockScreenSession.setLockCredential().gotoKeyguard(); in testDismissKeyguard() 150 lockScreenSession.setLockCredential().gotoKeyguard(); in testDismissKeyguard_whileOccluded() 171 lockScreenSession.setLockCredential().gotoKeyguard(); in testDismissKeyguard_fromShowWhenLocked_notAllowed() 188 lockScreenSession.setLockCredential().gotoKeyguard(); in testDismissKeyguardIfInsecure_notAllowed() 202 lockScreenSession.setLockCredential(); in testDismissKeyguardActivity_method() 224 lockScreenSession.setLockCredential(); in testDismissKeyguardActivity_method_cancelled() 242 lockScreenSession.setLockCredential().sleepDevice(); in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard() 258 lockScreenSession.setLockCredential(); in testEnterPipOverKeyguard() [all …]
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
D | MultiDisplayLockedKeyguardTests.java | 61 lockScreenSession.setLockCredential(); in testVirtualDisplayHidesContentWhenLocked() 95 lockScreenSession.setLockCredential(); in testPrivateDisplayHideContentWhenLocked() 116 lockScreenSession.setLockCredential(); in testDismissKeyguard_secondaryDisplay() 139 lockScreenSession.setLockCredential(); in testDismissKeyguard_whileOccluded_secondaryDisplay()
|
D | MultiDisplayKeyguardTests.java | 170 lockScreenSession.setLockCredential(); in testUnlockScreen_secondDisplayChanged_dismissesKeyguardOnUnlock() 199 lockScreenSession.setLockCredential(); in testUnlockScreen_decoredSystemDisplayChanged_dismissesKeyguardOnUnlock()
|
D | MultiDisplayPolicyTests.java | 537 lockScreenSession.setLockCredential(); in validateStackFocusSwitchOnStackEmptied() 662 lockScreenSession.setLockCredential(); in testSecondaryDisplayShowWhenLocked()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
D | ActivityLifecycleKeyguardTests.java | 66 lockScreenSession.setLockCredential().gotoKeyguard(); in testSingleLaunch() 86 lockScreenSession.setLockCredential().gotoKeyguard(); in testKeyguardShowHide() 118 lockScreenSession.setLockCredential().gotoKeyguard(); in testKeyguardShowHideOverSplitScreen() 160 lockScreenSession.setLockCredential().gotoKeyguard(); in testKeyguardShowHideOverPip()
|
D | ActivityLifecycleTopResumedStateTests.java | 695 lockScreenSession.setLockCredential().gotoKeyguard(); in testTopPositionLaunchedBehindLockScreen() 728 lockScreenSession.setLockCredential().gotoKeyguard(); in testTopPositionRemovedBehindLockScreen() 756 lockScreenSession.setLockCredential().gotoKeyguard(); in testTopPositionLaunchedOnTopOfLockScreen()
|
/cts/tests/tests/app/src/android/app/cts/ |
D | KeyguardWeakEscrowTokenTest.java | 120 setLockCredential(TEST_PIN1); in testAddWeakEscrowToken_hasCredentialSetUp_tokenActivatedAfterVerification() 202 setLockCredential(TEST_PIN1); in testWeakEscrowTokenRemovedWhenCredentialChanged() 222 setLockCredential(TEST_PIN1); in testAutoEscrowTokenRemovedWhenCredentialRemoved() 259 private static void setLockCredential(String credential) throws IOException { in setLockCredential() method in KeyguardWeakEscrowTokenTest
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/area/ |
D | ExtensionRearDisplayPresentationKeyguardTest.java | 152 lockScreenSession.setLockCredential(); in testStartRearDisplayPresentation_whenKeyguardLocked() 180 lockScreenSession.setLockCredential(); in testStartRearDisplayPresentation_afterKeyguardLocked() 225 lockScreenSession.setLockCredential(); in testStartRearDisplayPresentation_thenKeyguardLocked() 273 lockScreenSession.setLockCredential(); in testStartRearDisplayPresentation_thenKeyguardLocked_activityFinishes() 326 lockScreenSession.setLockCredential(); in testStartRearDisplayPresentation_persistsAfterDismissingKeyguard() 380 lockScreenSession.setLockCredential(); in testStartRearDisplayPresentation_afterKeyguardLocked_thenScreenOff()
|
/cts/tests/tests/virtualdevice/core/src/android/virtualdevice/cts/core/ |
D | VirtualDeviceKeyguardTest.java | 89 session.setLockCredential().gotoKeyguard(); in deviceIsSecureAndLocked() 104 session.setLockCredential().gotoKeyguard(); in deviceIsSecureNotLocked()
|
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/ |
D | KeyguardManagerHelperTest.java | 51 lockScreenSession.setLockCredential().gotoKeyguard(); in testIsKeyguardLocked()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | LockScreenSession.java | 94 setLockCredential(); in LockScreenSession() 131 public LockScreenSession setLockCredential() { in setLockCredential() method in LockScreenSession
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | DreamManagerServiceTests.java | 254 lockScreenSession.setLockCredential(); in testStartActivityOnKeyguardLocked() 275 lockScreenSession.setLockCredential(); in testStartActivityDismissesDreamOnKeyguardLocked()
|
/cts/tests/tests/dreams/src/android/service/dreams/cts/ |
D | DreamServiceTest.java | 266 lockScreenSession.setLockCredential(); in testKeyHandling_SecureKeyguardConfirmKeyPromptsBouncer() 326 lockScreenSession.setLockCredential(); in testKeyHandling_InteractiveDreamDoesNotConsumeConfirmPromptsBouncer()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/ |
D | UserReference.java | 684 private void setLockCredential( in setLockCredential() method in UserReference 731 setLockCredential(TYPE_PASSWORD, password, existingCredential); in setPassword() 747 setLockCredential(TYPE_PIN, pin, existingCredential); in setPin() 763 setLockCredential(TYPE_PATTERN, pattern, existingCredential); in setPattern()
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | UserAuthTest.java | 63 mLockCredential.setLockCredential(); in DeviceLockSession()
|
/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/ |
D | StreamedAppClipboardTest.java | 451 setLockCredential().gotoKeyguard(); in SecureLockScreenSession()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/ |
D | ActivityVisibilityTests.java | 685 lockScreenSession.setLockCredential().sleepDevice(); in testTurnScreenOnAttrWithLockScreen()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | CipherTest.java | 324 mLockCredential.setLockCredential(); in DeviceLockSession()
|