Searched refs:TASK_ICON_RES (Results 1 – 2 of 2) sorted by relevance
48 public static final String TASK_ICON_RES = "com.android.documentsui.taskIcon"; field in LauncherActivity102 intent.putExtra(TASK_ICON_RES, R.drawable.launcher_icon); in startTask()
158 && intent.hasExtra(LauncherActivity.TASK_ICON_RES)) { in onCreate()181 int iconRes = intent.getIntExtra(LauncherActivity.TASK_ICON_RES, -1); in updateTaskDescription()