Searched refs:mLockTaskFeatures (Results 1 – 2 of 2) sorted by relevance
168 private final SparseIntArray mLockTaskFeatures = new SparseIntArray(); field in LockTaskController689 mLockTaskFeatures.put(userId, flags); in updateLockTaskFeatures()823 return mLockTaskFeatures.get(userId, DevicePolicyManager.LOCK_TASK_FEATURE_NONE); in getLockTaskFeaturesForUser()
638 int mLockTaskFeatures = DevicePolicyManager.LOCK_TASK_FEATURE_GLOBAL_ACTIONS; field in DevicePolicyManagerService.DevicePolicyData2950 if (policy.mLockTaskFeatures != DevicePolicyManager.LOCK_TASK_FEATURE_NONE) { in saveSettingsLocked()2952 out.attribute(null, ATTR_VALUE, Integer.toString(policy.mLockTaskFeatures)); in saveSettingsLocked()3197 policy.mLockTaskFeatures = Integer.parseInt( in loadSettingsLocked()3267 updateLockTaskFeaturesLocked(policy.mLockTaskFeatures, userHandle); in loadSettingsLocked()7569 policy.mLockTaskFeatures = DevicePolicyManager.LOCK_TASK_FEATURE_NONE; in clearUserPoliciesLocked()9868 policy.mLockTaskFeatures = flags; in setLockTaskFeaturesLocked()9879 return getUserData(userHandle).mLockTaskFeatures; in getLockTaskFeatures()9899 final int lockTaskFeatures = getUserData(userId).mLockTaskFeatures; in maybeClearLockTaskPolicyLocked()