Searched refs:mLockTaskFeatures (Results 1 – 2 of 2) sorted by relevance
170 private final SparseIntArray mLockTaskFeatures = new SparseIntArray(); field in LockTaskController706 mLockTaskFeatures.put(userId, flags); in updateLockTaskFeatures()854 return mLockTaskFeatures.get(userId, DevicePolicyManager.LOCK_TASK_FEATURE_NONE); in getLockTaskFeaturesForUser()
705 int mLockTaskFeatures = DevicePolicyManager.LOCK_TASK_FEATURE_GLOBAL_ACTIONS; field in DevicePolicyManagerService.DevicePolicyData3133 if (policy.mLockTaskFeatures != DevicePolicyManager.LOCK_TASK_FEATURE_NONE) {3135 out.attribute(null, ATTR_VALUE, Integer.toString(policy.mLockTaskFeatures));3382 policy.mLockTaskFeatures = Integer.parseInt(3452 updateLockTaskFeaturesLocked(policy.mLockTaskFeatures, userHandle);8238 policy.mLockTaskFeatures = DevicePolicyManager.LOCK_TASK_FEATURE_NONE; in clearUserPoliciesLocked()10725 policy.mLockTaskFeatures = flags; in setLockTaskFeaturesLocked()10736 return getUserData(userHandle).mLockTaskFeatures; in getLockTaskFeatures()10756 final int lockTaskFeatures = getUserData(userId).mLockTaskFeatures; in maybeClearLockTaskPolicyLocked()14352 getUserData(mInjector.getIActivityManager().getCurrentUser().id).mLockTaskFeatures; in isLockTaskFeatureEnabled()