Home
last modified time | relevance | path

Searched refs:mTopAction (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java559 String mTopAction = Intent.ACTION_MAIN; field in ActivityTaskManagerService
5268 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getHomeIntent()
5286 final Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getSecondaryHomeIntent()
6309 mTopAction = Intent.ACTION_FACTORY_TEST; in updateTopComponentForFactoryTest()
6325 mTopAction = null; in updateTopComponentForFactoryTest()
H A DRootWindowContainer.java1674 && mService.mTopAction == null) { in canStartHomeOnDisplayArea()