Home
last modified time | relevance | path

Searched defs:primaryProfileSuccessIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DMdmReceivedSuccessReceiver.java52 final Intent primaryProfileSuccessIntent = new Intent(ACTION_MANAGED_PROFILE_PROVISIONED); in onReceive() local
69 final Intent primaryProfileSuccessIntent) { in finishAccountMigration()