Searched refs:resolveHomeActivity (Results 1 – 3 of 3) sorted by relevance
786 doReturn(info).when(mRootWindowContainer).resolveHomeActivity(anyInt(), any()); in testStartResolverActivityForHome()804 doReturn(aInfoPrimary).when(mRootWindowContainer).resolveHomeActivity(anyInt(), in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSet()1061 doReturn(targetActivityInfo).when(mRootWindowContainer).resolveHomeActivity(anyInt(), in mockResolveHomeActivity()
1512 aInfo = resolveHomeActivity(userId, homeIntent); in startHomeOnTaskDisplayArea()1553 ActivityInfo resolveHomeActivity(int userId, Intent homeIntent) { in resolveHomeActivity() method in RootWindowContainer1593 ActivityInfo aInfo = resolveHomeActivity(userId, homeIntent); in resolveSecondaryHomeActivity()1632 aInfo = resolveHomeActivity(userId, homeIntent); in resolveSecondaryHomeActivity()
47758 HSPLcom/android/server/wm/RootWindowContainer;->resolveHomeActivity(ILandroid/content/Intent;)Landr…