Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java524 String mTopAction = Intent.ACTION_MAIN; field in ActivityTaskManagerService
5852 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getHomeIntent()
5870 final Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getSecondaryHomeIntent()
6727 mTopAction = Intent.ACTION_FACTORY_TEST; in updateTopComponentForFactoryTest()
6743 mTopAction = null; in updateTopComponentForFactoryTest()
DRootActivityContainer.java585 && mService.mTopAction == null) { in canStartHomeOnDisplay()