Searched refs:isCurrentProfileLocked (Results 1 – 7 of 7) sorted by relevance
637 showForAllUsers || mService.isCurrentProfileLocked(task.mUserId); in findPositionForTask()671 || mService.isCurrentProfileLocked(tmpTask.mUserId); in computeMinPosition()690 || mService.isCurrentProfileLocked(tmpTask.mUserId); in computeMaxPosition()1074 if (mService.isCurrentProfileLocked(task.mUserId) || task.showForAllUsers()) { in switchUser()
2993 if (!isCurrentProfileLocked(UserHandle.getCallingUserId())) { in disableKeyguard()3336 boolean isCurrentProfileLocked(int userId) { in isCurrentProfileLocked() method in WindowManagerService
2894 && !mService.isCurrentProfileLocked(UserHandle.getUserId(win.mOwnerUid)); in isHiddenFromUserLocked()
1142 return mService.mStackSupervisor.isCurrentProfileLocked(userId) in okToShowLocked()
2182 || (mStackSupervisor.isCurrentProfileLocked(userId) in okToShowLocked()
3869 boolean isCurrentProfileLocked(int userId) { in isCurrentProfileLocked() method in ActivityStackSupervisor
2809 if (!mStackSupervisor.isCurrentProfileLocked(tmpTask.userId) in getAdjustedPositionForTask()