Home
last modified time | relevance | path

Searched refs:unlockIntent (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/resume/
H A DMediaResumeListenerTest.kt628 val unlockIntent = regex
636 resumeListener.userUnlockReceiver.onReceive(context, unlockIntent)
665 val unlockIntent = regex
671 resumeListener.userUnlockReceiver.onReceive(context, unlockIntent)
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java688 final Intent unlockIntent = in showEncryptionNotificationForProfile() local
690 if (unlockIntent == null) { in showEncryptionNotificationForProfile()
697 unlockIntent.setFlags( in showEncryptionNotificationForProfile()
699 PendingIntent intent = PendingIntent.getActivity(mContext, 0, unlockIntent, in showEncryptionNotificationForProfile()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1545 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in showConfirmCredentialToDisableQuietMode() local
1546 if (unlockIntent == null) { in showConfirmCredentialToDisableQuietMode()
1566 unlockIntent.putExtra(Intent.EXTRA_INTENT, pendingIntent.getIntentSender()); in showConfirmCredentialToDisableQuietMode()
1567 unlockIntent.setFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in showConfirmCredentialToDisableQuietMode()
1569 unlockIntent, UserHandle.of(getProfileParentIdUnchecked(userId))); in showConfirmCredentialToDisableQuietMode()