Searched refs:isCurrentProfileLocked (Results 1 – 8 of 8) sorted by relevance
599 showForAllUsers || mService.isCurrentProfileLocked(task.mUserId); in findPositionForTask()625 || mService.isCurrentProfileLocked(tmpTask.mUserId); in computeMinPosition()644 || mService.isCurrentProfileLocked(tmpTask.mUserId); in computeMaxPosition()948 if (mService.isCurrentProfileLocked(task.mUserId) || task.showForAllUsers()) { in switchUser()
3010 if (!isCurrentProfileLocked(UserHandle.getCallingUserId())) { in disableKeyguard()3345 boolean isCurrentProfileLocked(int userId) { in isCurrentProfileLocked() method in WindowManagerService
2922 && !mService.isCurrentProfileLocked(UserHandle.getUserId(win.mOwnerUid)); in isHiddenFromUserLocked()
1580 boolean isCurrentProfileLocked(int userId) {
1167 return mService.mStackSupervisor.isCurrentProfileLocked(userId) in okToShowLocked()
3554 boolean isCurrentProfileLocked(int userId) { in isCurrentProfileLocked() method in ActivityStackSupervisor3556 return mService.mUserController.isCurrentProfileLocked(userId); in isCurrentProfileLocked()
2037 || (mStackSupervisor.isCurrentProfileLocked(userId) in okToShowLocked()
2718 if (!mStackSupervisor.isCurrentProfileLocked(tmpTask.userId) in getAdjustedPositionForTask()