Home | History | Annotate | Download | only in managedprovisioning

Lines Matching refs:DevicePolicyManager

20 import static android.app.admin.DevicePolicyManager.ACTION_PROVISION_MANAGED_PROFILE;
21 import static android.app.admin.DevicePolicyManager.EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE;
24 import android.app.admin.DevicePolicyManager;
40 * {@link DevicePolicyManager.setUserProvisioningState()}. This will cause the
58 DevicePolicyManager dpm = getSystemService(DevicePolicyManager.class);
62 case DevicePolicyManager.STATE_USER_SETUP_INCOMPLETE:
63 case DevicePolicyManager.STATE_USER_SETUP_COMPLETE:
64 case DevicePolicyManager.STATE_USER_PROFILE_COMPLETE:
67 case DevicePolicyManager.STATE_USER_UNMANAGED:
68 case DevicePolicyManager.STATE_USER_SETUP_FINALIZED:
83 private void finalizeProvisioning(DevicePolicyManager dpm) {
93 // is a user being setup through DevicePolicyManager.createAndInitializeUser() by the
125 private Intent getProvisioningCompleteIntent(DevicePolicyManager dpm) {
128 // mParams maybe null for cases where DevicePolicyManager has directly set DO or PO and