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.java2238 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_permission()
2244 dpm.setUserProvisioningState(DevicePolicyManager.STATE_USER_SETUP_FINALIZED, in testSetUserProvisioningState_unprivileged()
2254 dpm.setUserProvisioningState(DevicePolicyManager.STATE_USER_SETUP_FINALIZED, in testSetUserProvisioningState_noManagement()
2271 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_deviceOwnerFromSetupWizard()
2282 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_deviceOwnerFromSetupWizardAlternative()
2291 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_deviceOwnerWithoutSetupWizard()
2311 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_managedProfileFromSetupWizard_managedProfile()
2319 DevicePolicyManager.STATE_USER_SETUP_FINALIZED); in testSetUserProvisioningState_managedProfileWithoutSetupWizard()
2328 DevicePolicyManager.STATE_USER_SETUP_FINALIZED, in testSetUserProvisioningState_illegalTransitionOutOfFinalized1()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1330 public static final int STATE_USER_SETUP_FINALIZED = 3; field in DevicePolicyManager
1343 STATE_USER_SETUP_FINALIZED, STATE_USER_PROFILE_COMPLETE})
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6934 || newState != DevicePolicyManager.STATE_USER_SETUP_FINALIZED) { in setUserProvisioningState()
6967 if (newState == DevicePolicyManager.STATE_USER_SETUP_FINALIZED) { in checkUserProvisioningStateTransition()
6979 case DevicePolicyManager.STATE_USER_SETUP_FINALIZED: in checkUserProvisioningStateTransition()
/frameworks/base/api/
Dsystem-current.txt6748 field public static final int STATE_USER_SETUP_FINALIZED = 3; // 0x3