Home
last modified time | relevance | path

Searched refs:startHomeOnDisplay (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DPhoneWindowManagerTests.java92 when(mMockActivityTaskManagerInternal.startHomeOnDisplay( in mockStartDockOrHome()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java832 verify(mRootWindowContainer, never()).startHomeOnDisplay(anyInt(), any(), anyInt()); in testNotStartHomeBeforeBoot()
877 mRootWindowContainer.startHomeOnDisplay(0 /* userId */, "testStartSecondaryHome", in testStartSecondaryHomeOnDisplayWithUserKeyLocked()
898 mRootWindowContainer.startHomeOnDisplay(0 /* userId */, "testStartSecondaryHome", in testStartSecondaryHomeOnDisplayWithoutSysDecorations()
916 mRootWindowContainer.startHomeOnDisplay(0 /* userId */, "test", DEFAULT_DISPLAY); in testStartResolverActivityForHome()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerInternal.java457 public abstract boolean startHomeOnDisplay(int userId, String reason, int displayId, in startHomeOnDisplay() method in ActivityTaskManagerInternal
H A DRootWindowContainer.java1380 homeStarted |= startHomeOnDisplay(userId, reason, displayId); in startHomeOnAllDisplays()
1395 boolean startHomeOnDisplay(int userId, String reason, int displayId) { in startHomeOnDisplay() method in RootWindowContainer
1396 return startHomeOnDisplay(userId, reason, displayId, false /* allowInstrumenting */, in startHomeOnDisplay()
1400 boolean startHomeOnDisplay(int userId, String reason, int displayId, boolean allowInstrumenting, in startHomeOnDisplay() method in RootWindowContainer
2583 startHomeOnDisplay(mCurrentUser, "displayAdded", displayContent.getDisplayId()); in startSystemDecorations()
H A DActivityTaskManagerService.java6276 return mRootWindowContainer.startHomeOnDisplay(userId, reason, DEFAULT_DISPLAY); in startHomeActivity()
6281 public boolean startHomeOnDisplay(int userId, String reason, int displayId, in startHomeOnDisplay() method in ActivityTaskManagerService.LocalService
6284 return mRootWindowContainer.startHomeOnDisplay(userId, reason, displayId, in startHomeOnDisplay()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java5886 mActivityTaskManagerInternal.startHomeOnDisplay(userId, startReason,