/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
H A D | PhoneWindowManagerTests.java | 91 when(mMockActivityTaskManagerInternal.startHomeOnDisplay( in mockStartDockOrHome()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RootWindowContainerTests.java | 702 verify(mRootWindowContainer, never()).startHomeOnDisplay(anyInt(), any(), anyInt()); in testNotStartHomeBeforeBoot() 751 mRootWindowContainer.startHomeOnDisplay(0 /* userId */, "testStartSecondaryHome", in testStartSecondaryHomeOnDisplayWithUserKeyLocked() 772 mRootWindowContainer.startHomeOnDisplay(0 /* userId */, "testStartSecondaryHome", in testStartSecondaryHomeOnDisplayWithoutSysDecorations() 790 mRootWindowContainer.startHomeOnDisplay(0 /* userId */, "test", DEFAULT_DISPLAY); in testStartResolverActivityForHome()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerInternal.java | 432 public abstract boolean startHomeOnDisplay(int userId, String reason, int displayId, in startHomeOnDisplay() method in ActivityTaskManagerInternal
|
H A D | RootWindowContainer.java | 1484 homeStarted |= startHomeOnDisplay(userId, reason, displayId); in startHomeOnAllDisplays() 1498 boolean startHomeOnDisplay(int userId, String reason, int displayId) { in startHomeOnDisplay() method in RootWindowContainer 1499 return startHomeOnDisplay(userId, reason, displayId, false /* allowInstrumenting */, in startHomeOnDisplay() 1503 boolean startHomeOnDisplay(int userId, String reason, int displayId, boolean allowInstrumenting, in startHomeOnDisplay() method in RootWindowContainer 2595 startHomeOnDisplay(mCurrentUser, "displayAdded", displayContent.getDisplayId()); in startSystemDecorations()
|
H A D | ActivityTaskManagerService.java | 5830 return mRootWindowContainer.startHomeOnDisplay(userId, reason, DEFAULT_DISPLAY); in startHomeActivity() 5835 public boolean startHomeOnDisplay(int userId, String reason, int displayId, in startHomeOnDisplay() method in ActivityTaskManagerService.LocalService 5838 return mRootWindowContainer.startHomeOnDisplay(userId, reason, displayId, in startHomeOnDisplay()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 5101 mActivityTaskManagerInternal.startHomeOnDisplay(mCurrentUserId, startReason, in startDockOrHome()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 44549 HPLcom/android/server/wm/ActivityTaskManagerService$LocalService;->startHomeOnDisplay(ILjava/lang/S… 47724 HSPLcom/android/server/wm/RootWindowContainer;->lambda$startHomeOnDisplay$12$RootWindowContainer(IL… 47771 HSPLcom/android/server/wm/RootWindowContainer;->startHomeOnDisplay(ILjava/lang/String;I)Z 47772 HSPLcom/android/server/wm/RootWindowContainer;->startHomeOnDisplay(ILjava/lang/String;IZZ)Z+]Ljava/…
|