Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DPolicyDefinition.java19 import static com.android.server.devicepolicy.DevicePolicyEngine.DEVICE_LOCK_CONTROLLER_ROLE;
159 EnforcingAdmin.getRoleAuthorityOf(DEVICE_LOCK_CONTROLLER_ROLE),
182 EnforcingAdmin.getRoleAuthorityOf(DEVICE_LOCK_CONTROLLER_ROLE),
DDevicePolicyEngine.java103 static final String DEVICE_LOCK_CONTROLLER_ROLE = field in DevicePolicyEngine
1337 if (!DEVICE_LOCK_CONTROLLER_ROLE.equals(roleName)) { in handleRoleChanged()