Searched refs:mTopAction (Results 1 – 2 of 2) sorted by relevance
573 String mTopAction = Intent.ACTION_MAIN; field in ActivityTaskManagerService5469 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getHomeIntent()5487 final Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getSecondaryHomeIntent()6552 mTopAction = Intent.ACTION_FACTORY_TEST; in updateTopComponentForFactoryTest()6568 mTopAction = null; in updateTopComponentForFactoryTest()
1714 && mService.mTopAction == null) { in canStartHomeOnDisplayArea()