Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java793 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in confirmWorkProfileCredentials() local
794 if (unlockIntent != null) { in confirmWorkProfileCredentials()
795 context.startActivity(unlockIntent); in confirmWorkProfileCredentials()