Searched refs:homeInfo (Results 1 – 3 of 3) sorted by relevance
116 ComponentName origActivity, CharSequence description, ActivityInfo homeInfo) { in createTaskDescription() argument122 if (homeInfo == null) { in createTaskDescription()123 homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME) in createTaskDescription()146 if (homeInfo != null in createTaskDescription()147 && homeInfo.packageName.equals(intent.getComponent().getPackageName()) in createTaskDescription()148 && homeInfo.name.equals(intent.getComponent().getClassName())) { in createTaskDescription()225 ActivityInfo homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME) in getRecentTasks() local239 recentInfo.origActivity, recentInfo.description, homeInfo); in getRecentTasks()
281 ActivityInfo homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME) in updateRecentTasks() local297 if (homeInfo != null in updateRecentTasks()298 && homeInfo.packageName.equals(intent.getComponent().getPackageName()) in updateRecentTasks()299 && homeInfo.name.equals(intent.getComponent().getClassName())) { in updateRecentTasks()
280 ActivityInfo homeInfo = in reloadButtons() local303 if (homeInfo != null) { in reloadButtons()304 if (homeInfo.packageName.equals( in reloadButtons()306 && homeInfo.name.equals( in reloadButtons()