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