Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DLauncherActivity.java48 public static final String TASK_ICON_RES = "com.android.documentsui.taskIcon"; field in LauncherActivity
102 intent.putExtra(TASK_ICON_RES, R.drawable.launcher_icon); in startTask()
DFilesActivity.java172 && intent.hasExtra(LauncherActivity.TASK_ICON_RES)) { in onCreate()
199 int iconRes = intent.getIntExtra(LauncherActivity.TASK_ICON_RES, -1); in updateTaskDescription()