Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java760 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in confirmWorkProfileCredentials() local
761 if (unlockIntent != null) { in confirmWorkProfileCredentials()
762 context.startActivity(unlockIntent); in confirmWorkProfileCredentials()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java765 final Intent unlockIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in confirmWorkProfileCredentials() local
766 if (unlockIntent != null) { in confirmWorkProfileCredentials()
767 context.startActivity(unlockIntent); in confirmWorkProfileCredentials()