Searched refs:unlockIntent (Results 1 – 2 of 2) sorted by relevance
636 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, in showEncryptionNotificationForProfile() local638 if (unlockIntent == null) { in showEncryptionNotificationForProfile()641 unlockIntent.setFlags( in showEncryptionNotificationForProfile()643 PendingIntent intent = PendingIntent.getActivity(mContext, 0, unlockIntent, in showEncryptionNotificationForProfile()
1182 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in showConfirmCredentialToDisableQuietMode() local1183 if (unlockIntent == null) { in showConfirmCredentialToDisableQuietMode()1203 unlockIntent.putExtra(Intent.EXTRA_INTENT, pendingIntent.getIntentSender()); in showConfirmCredentialToDisableQuietMode()1204 unlockIntent.setFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in showConfirmCredentialToDisableQuietMode()1205 mContext.startActivity(unlockIntent); in showConfirmCredentialToDisableQuietMode()