Searched refs:isCurrentProfileLocked (Results 1 – 5 of 5) sorted by relevance
298 if (!showForAllUsers && !mService.isCurrentProfileLocked(task.mUserId)) { in addTask()303 || !mService.isCurrentProfileLocked(tmpTask.mUserId)) { in addTask()505 if (mService.isCurrentProfileLocked(task.mUserId) || task.showForAllUsers()) { in switchUser()
1425 && !mService.isCurrentProfileLocked(UserHandle.getUserId(win.mOwnerUid)); in isHiddenFromUserLocked()
5700 boolean isCurrentProfileLocked(int userId) { in isCurrentProfileLocked() method
368 return mStackSupervisor.isCurrentProfileLocked(r.userId) in okToShowLocked()614 !mStackSupervisor.isCurrentProfileLocked(task.userId); in findActivityLocked()647 if (mStackSupervisor.isCurrentProfileLocked(task.userId) in switchUserLocked()2059 if (!mStackSupervisor.isCurrentProfileLocked(task.userId) && notShownWhenLocked) { in insertTaskAtTop()2063 if (!mStackSupervisor.isCurrentProfileLocked(tmpTask.userId) in insertTaskAtTop()
1494 && !isCurrentProfileLocked(userId) in startActivityLocked()3429 boolean isCurrentProfileLocked(int userId) { in isCurrentProfileLocked() method in ActivityStackSupervisor