Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java878 int drawerTitleId; in transferDocuments() local
881 drawerTitleId = R.string.menu_copy; in transferDocuments()
884 drawerTitleId = R.string.menu_compress; in transferDocuments()
887 drawerTitleId = R.string.menu_extract; in transferDocuments()
890 drawerTitleId = R.string.menu_move; in transferDocuments()
896 intent.putExtra(DocumentsContract.EXTRA_PROMPT, getResources().getString(drawerTitleId)); in transferDocuments()