Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java539 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, in showEncryptionNotificationForProfile() local
541 if (unlockIntent == null) { in showEncryptionNotificationForProfile()
544 unlockIntent.setFlags( in showEncryptionNotificationForProfile()
546 PendingIntent intent = PendingIntent.getActivity(mContext, 0, unlockIntent, in showEncryptionNotificationForProfile()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1048 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, in showConfirmCredentialToDisableQuietMode() local
1050 if (unlockIntent == null) { in showConfirmCredentialToDisableQuietMode()
1070 unlockIntent.putExtra(Intent.EXTRA_INTENT, pendingIntent.getIntentSender()); in showConfirmCredentialToDisableQuietMode()
1071 unlockIntent.setFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in showConfirmCredentialToDisableQuietMode()
1072 mContext.startActivity(unlockIntent); in showConfirmCredentialToDisableQuietMode()