Home
last modified time | relevance | path

Searched refs:showToCurrentUser (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java2595 final boolean canShow = child.showToCurrentUser(); in computeMinUserPosition()
2613 final boolean canShow = child.showToCurrentUser(); in computeMaxUserPosition()
2623 final boolean canShowChild = wc.showToCurrentUser(); in getAdjustedChildPosition()
2957 boolean showToCurrentUser() { in showToCurrentUser() method in Task
4960 if (!isRootTask() && showToCurrentUser()) {
5379 a -> a.mStartingData != null && a.showToCurrentUser());
5763 if (top == null || !top.showToCurrentUser()) {
DBackNavigationController.java292 if (t.showToCurrentUser() && !t.mChildren.isEmpty()) { in startBackNavigation()
294 return ar != null && ar.showToCurrentUser(); in startBackNavigation()
DWindowState.java2677 if (showToCurrentUser()) { in switchUser()
3009 if (!showToCurrentUser()) { in show()
3469 boolean showToCurrentUser() { in showToCurrentUser() method in WindowState
4411 if (!showToCurrentUser()) { in performShowLocked()
DActivityRecord.java6256 && showToCurrentUser(); in updateVisibilityIgnoringKeyguard()
7305 return !finishing && showToCurrentUser(); in canBeTopRunning()
7461 a -> a != this && a.mStartingData != null && a.showToCurrentUser()); in showStartingWindow()
10643 boolean showToCurrentUser() {
DActivityStarter.java2529 final boolean canShowActivity = r.showToCurrentUser(); in setInitialState()
DWindowContainer.java1774 boolean showToCurrentUser() { in showToCurrentUser() method in WindowContainer
DRootWindowContainer.java1867 || !r.showToCurrentUser()) { in attachApplication()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackNavigationControllerTests.java205 doReturn(false).when(taskA).showToCurrentUser(); in backTypeBackToHomeDifferentUser()
DTaskTests.java366 doReturn(true).when(leafTask1).showToCurrentUser(); in testSwitchUser()
DActivityRecordTests.java3671 doReturn(false).when(activity).showToCurrentUser(); in testEnsureActivitiesVisibleAnotherUserTasks()
/frameworks/base/services/
Dart-wear-profile25746 HPLcom/android/server/wm/ActivityRecord;->showToCurrentUser()Z
28481 PLcom/android/server/wm/Task;->showToCurrentUser()Z
30003 HPLcom/android/server/wm/WindowState;->showToCurrentUser()Z
Dart-profile3415 HSPLcom/android/server/wm/ActivityRecord;->showToCurrentUser()Z+]Lcom/android/server/wm/WindowManag…