Searched refs:unlockIntent (Results 1 – 3 of 3) sorted by relevance
628 val unlockIntent = regex636 resumeListener.userUnlockReceiver.onReceive(context, unlockIntent)665 val unlockIntent = regex671 resumeListener.userUnlockReceiver.onReceive(context, unlockIntent)
688 final Intent unlockIntent = in showEncryptionNotificationForProfile() local690 if (unlockIntent == null) { in showEncryptionNotificationForProfile()697 unlockIntent.setFlags( in showEncryptionNotificationForProfile()699 PendingIntent intent = PendingIntent.getActivity(mContext, 0, unlockIntent, in showEncryptionNotificationForProfile()
1545 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in showConfirmCredentialToDisableQuietMode() local1546 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()