Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java405 return (getLockTaskFeaturesForUser(userId) in isRecentsAllowed()
410 return (getLockTaskFeaturesForUser(userId) in isKeyguardAllowed()
415 return (getLockTaskFeaturesForUser(userId) in isBlockingInTaskEnabled()
866 int oldFlags = getLockTaskFeaturesForUser(userId); in updateLockTaskFeatures()
901 int lockTaskFeatures = getLockTaskFeaturesForUser(userId); in setStatusBarState()
1031 private int getLockTaskFeaturesForUser(int userId) { in getLockTaskFeaturesForUser() method in LockTaskController
/frameworks/base/services/
Dart-wear-profile27666 PLcom/android/server/wm/LockTaskController;->getLockTaskFeaturesForUser(I)I