Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DLauncherActivity.java47 public static final String TASK_LABEL_RES = "com.android.documentsui.taskLabel"; field in LauncherActivity
101 intent.putExtra(TASK_LABEL_RES, R.string.launcher_label); in startTask()
DFilesActivity.java171 if (intent.hasExtra(LauncherActivity.TASK_LABEL_RES) in onCreate()
195 int labelRes = intent.getIntExtra(LauncherActivity.TASK_LABEL_RES, -1); in updateTaskDescription()