Home
last modified time | relevance | path

Searched refs:lockTaskFeatures (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java736 int lockTaskFeatures = getLockTaskFeaturesForUser(userId); in setStatusBarState() local
737 Pair<Integer, Integer> statusBarFlags = getStatusBarDisableFlags(lockTaskFeatures); in setStatusBarState()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java10756 final int lockTaskFeatures = getUserData(userId).mLockTaskFeatures; in maybeClearLockTaskPolicyLocked() local
10757 if (lockTaskFeatures != DevicePolicyManager.LOCK_TASK_FEATURE_NONE){ in maybeClearLockTaskPolicyLocked()
14351 int lockTaskFeatures = in isLockTaskFeatureEnabled() local
14353 return (lockTaskFeatures & lockTaskFeature) == lockTaskFeature; in isLockTaskFeatureEnabled()