Searched refs:mLockTaskFeatures (Results 1 – 3 of 3) sorted by relevance
157 int mLockTaskFeatures = DevicePolicyManager.LOCK_TASK_FEATURE_GLOBAL_ACTIONS; field in DevicePolicyData314 if (policyData.mLockTaskFeatures != DevicePolicyManager.LOCK_TASK_FEATURE_NONE) { in store()316 out.attributeInt(null, ATTR_VALUE, policyData.mLockTaskFeatures); in store()554 policy.mLockTaskFeatures = parser.getAttributeInt(null, ATTR_VALUE); in load()
10371 policy.mLockTaskFeatures = DevicePolicyManager.LOCK_TASK_FEATURE_NONE;24369 int features = policies.mLockTaskFeatures;24381 int features = policies.mLockTaskFeatures;
184 private final SparseIntArray mLockTaskFeatures = new SparseIntArray(); field in LockTaskController871 mLockTaskFeatures.put(userId, flags); in updateLockTaskFeatures()1032 return mLockTaskFeatures.get(userId, DevicePolicyManager.LOCK_TASK_FEATURE_NONE); in getLockTaskFeaturesForUser()