Home
last modified time | relevance | path

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

/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
DDpm.java159 DevicePolicyManager.STATE_USER_SETUP_FINALIZED, mUserId); in runSetDeviceOwner()
187 DevicePolicyManager.STATE_USER_SETUP_FINALIZED, mUserId); in runSetProfileOwner()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1727 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_permission()
1733 dpm.setUserProvisioningState(DevicePolicyManager.STATE_USER_SETUP_FINALIZED, in testSetUserProvisioningState_unprivileged()
1743 dpm.setUserProvisioningState(DevicePolicyManager.STATE_USER_SETUP_FINALIZED, in testSetUserProvisioningState_noManagement()
1760 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_deviceOwnerFromSetupWizard()
1771 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_deviceOwnerFromSetupWizardAlternative()
1780 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_deviceOwnerWithoutSetupWizard()
1800 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_managedProfileFromSetupWizard_managedProfile()
1808 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_managedProfileWithoutSetupWizard()
1817 DevicePolicyManager.STATE_USER_SETUP_FINALIZED, in testSetUserProvisioningState_illegalTransitionOutOfFinalized1()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1031 public static final int STATE_USER_SETUP_FINALIZED = 3; field in DevicePolicyManager
1044 STATE_USER_SETUP_FINALIZED, STATE_USER_PROFILE_COMPLETE})
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6020 || newState != DevicePolicyManager.STATE_USER_SETUP_FINALIZED) { in setUserProvisioningState()
6053 if (newState == DevicePolicyManager.STATE_USER_SETUP_FINALIZED) { in checkUserProvisioningStateTransition()
6065 case DevicePolicyManager.STATE_USER_SETUP_FINALIZED: in checkUserProvisioningStateTransition()
/frameworks/base/api/
Dsystem-current.txt6268 field public static final int STATE_USER_SETUP_FINALIZED = 3; // 0x3