HomeSort by relevance Sort by last modified time
    Searched refs:encryptIntent (Results 1 - 2 of 2) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DeviceOwnerPreProvisioningActivity.java 256 Intent encryptIntent = new Intent(this, EncryptDeviceActivity.class);
263 encryptIntent.putExtra(EncryptDeviceActivity.EXTRA_RESUME, resumeExtras);
265 startActivityForResult(encryptIntent, ENCRYPT_DEVICE_REQUEST_CODE);
ProfileOwnerPreProvisioningActivity.java 272 Intent encryptIntent = new Intent(this, EncryptDeviceActivity.class)
274 startActivityForResult(encryptIntent, ENCRYPT_DEVICE_REQUEST_CODE);

Completed in 71 milliseconds