Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPolicyDefinition.java19 import static com.android.server.devicepolicy.DevicePolicyEngine.DEVICE_LOCK_CONTROLLER_ROLE;
140 EnforcingAdmin.getRoleAuthorityOf(DEVICE_LOCK_CONTROLLER_ROLE),
164 EnforcingAdmin.getRoleAuthorityOf(DEVICE_LOCK_CONTROLLER_ROLE),
H A DDevicePolicyEngine.java94 static final String DEVICE_LOCK_CONTROLLER_ROLE = field in DevicePolicyEngine
1268 if (!DEVICE_LOCK_CONTROLLER_ROLE.equals(roleName)) { in handleRoleChanged()