Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DEncryptionController.java183 Intent resumeIntent = new Intent(Globals.ACTION_RESUME_PROVISIONING); in resumeProvisioningInternal() local
184 resumeIntent.putExtra(ProvisioningParams.EXTRA_PROVISIONING_PARAMS, params); in resumeProvisioningInternal()
194 resumeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in resumeProvisioningInternal()
198 mNotificationHelper.showResumeNotification(resumeIntent); in resumeProvisioningInternal()
200 launchActivityConsumer.accept(resumeIntent); in resumeProvisioningInternal()
203 launchActivityConsumer.accept(resumeIntent); in resumeProvisioningInternal()