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/
DLockSettingsService.java330 …final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, user.getIdentifier(… in showEncryptionNotificationForProfile() local
331 if (unlockIntent == null) { in showEncryptionNotificationForProfile()
334unlockIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in showEncryptionNotificationForProfile()
335 PendingIntent intent = PendingIntent.getActivity(mContext, 0, unlockIntent, in showEncryptionNotificationForProfile()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java784 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, in trySetQuietModeDisabled() local
786 if (unlockIntent == null) { in trySetQuietModeDisabled()
806 unlockIntent.putExtra(Intent.EXTRA_INTENT, pendingIntent.getIntentSender()); in trySetQuietModeDisabled()
807 unlockIntent.setFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in trySetQuietModeDisabled()
808 mContext.startActivity(unlockIntent); in trySetQuietModeDisabled()