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.java790 int drawerTitleId; in transferDocuments() local
793 drawerTitleId = R.string.menu_copy; in transferDocuments()
796 drawerTitleId = R.string.menu_compress; in transferDocuments()
799 drawerTitleId = R.string.menu_extract; in transferDocuments()
802 drawerTitleId = R.string.menu_move; in transferDocuments()
808 intent.putExtra(DocumentsContract.EXTRA_PROMPT, getResources().getString(drawerTitleId)); in transferDocuments()