Searched refs:lockTaskFeatures (Results 1 – 2 of 2) sorted by relevance
736 int lockTaskFeatures = getLockTaskFeaturesForUser(userId); in setStatusBarState() local737 Pair<Integer, Integer> statusBarFlags = getStatusBarDisableFlags(lockTaskFeatures); in setStatusBarState()
10756 final int lockTaskFeatures = getUserData(userId).mLockTaskFeatures; in maybeClearLockTaskPolicyLocked() local10757 if (lockTaskFeatures != DevicePolicyManager.LOCK_TASK_FEATURE_NONE){ in maybeClearLockTaskPolicyLocked()14351 int lockTaskFeatures = in isLockTaskFeatureEnabled() local14353 return (lockTaskFeatures & lockTaskFeature) == lockTaskFeature; in isLockTaskFeatureEnabled()