Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListenerTest.kt628 val unlockIntent = in capture() constant
636 resumeListener.userUnlockReceiver.onReceive(context, unlockIntent) in capture()
665 val unlockIntent = in capture() constant
671 resumeListener.userUnlockReceiver.onReceive(context, unlockIntent) in capture()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java752 final Intent unlockIntent = in showEncryptionNotificationForProfile() local
754 if (unlockIntent == null) { in showEncryptionNotificationForProfile()
761 unlockIntent.setFlags( in showEncryptionNotificationForProfile()
765 intent = PendingIntent.getActivityAsUser(mContext, 0, unlockIntent, in showEncryptionNotificationForProfile()
769 intent = PendingIntent.getActivity(mContext, 0, unlockIntent, in showEncryptionNotificationForProfile()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java2012 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in showConfirmCredentialToDisableQuietMode() local
2013 if (unlockIntent == null) { in showConfirmCredentialToDisableQuietMode()
2034 unlockIntent.putExtra(Intent.EXTRA_INTENT, pendingIntent.getIntentSender()); in showConfirmCredentialToDisableQuietMode()
2035 unlockIntent.setFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in showConfirmCredentialToDisableQuietMode()
2039 unlockIntent.putExtra(CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY, in showConfirmCredentialToDisableQuietMode()
2041 unlockIntent.putExtra(CUSTOM_BIOMETRIC_PROMPT_LOGO_DESCRIPTION_KEY, in showConfirmCredentialToDisableQuietMode()
2045 unlockIntent, UserHandle.of(getProfileParentIdUnchecked(userId))); in showConfirmCredentialToDisableQuietMode()