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()
701 int mLockTaskFeatures = DevicePolicyManager.LOCK_TASK_FEATURE_GLOBAL_ACTIONS; field in DevicePolicyManagerService.DevicePolicyData3125 if (policy.mLockTaskFeatures != DevicePolicyManager.LOCK_TASK_FEATURE_NONE) {3127 out.attribute(null, ATTR_VALUE, Integer.toString(policy.mLockTaskFeatures));3374 policy.mLockTaskFeatures = Integer.parseInt(3444 updateLockTaskFeaturesLocked(policy.mLockTaskFeatures, userHandle);8229 policy.mLockTaskFeatures = DevicePolicyManager.LOCK_TASK_FEATURE_NONE; in clearUserPoliciesLocked()10716 policy.mLockTaskFeatures = flags; in setLockTaskFeaturesLocked()10727 return getUserData(userHandle).mLockTaskFeatures; in getLockTaskFeatures()10747 final int lockTaskFeatures = getUserData(userId).mLockTaskFeatures; in maybeClearLockTaskPolicyLocked()14367 getUserData(mInjector.getIActivityManager().getCurrentUser().id).mLockTaskFeatures; in isLockTaskFeatureEnabled()