Searched refs:mTopAction (Results 1 – 2 of 2) sorted by relevance
518 String mTopAction = Intent.ACTION_MAIN; field in ActivityTaskManagerService4824 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getHomeIntent()4842 final Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getSecondaryHomeIntent()5716 mTopAction = Intent.ACTION_FACTORY_TEST; in updateTopComponentForFactoryTest()5732 mTopAction = null; in updateTopComponentForFactoryTest()
1738 && mService.mTopAction == null) { in canStartHomeOnDisplayArea()