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.java852 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in confirmWorkProfileCredentials() local
853 if (unlockIntent != null) { in confirmWorkProfileCredentials()
854 context.startActivity(unlockIntent); in confirmWorkProfileCredentials()