Searched refs:unlockIntent (Results 1 – 2 of 2) sorted by relevance
516 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, in showEncryptionNotificationForProfile() local518 if (unlockIntent == null) { in showEncryptionNotificationForProfile()521 unlockIntent.setFlags( in showEncryptionNotificationForProfile()523 PendingIntent intent = PendingIntent.getActivity(mContext, 0, unlockIntent, in showEncryptionNotificationForProfile()
1003 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, in showConfirmCredentialToDisableQuietMode() local1005 if (unlockIntent == null) { in showConfirmCredentialToDisableQuietMode()1025 unlockIntent.putExtra(Intent.EXTRA_INTENT, pendingIntent.getIntentSender()); in showConfirmCredentialToDisableQuietMode()1026 unlockIntent.setFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in showConfirmCredentialToDisableQuietMode()1027 mContext.startActivity(unlockIntent); in showConfirmCredentialToDisableQuietMode()