Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java131 REQUEST_COPY_DESTINATION
136 public static final int REQUEST_COPY_DESTINATION = 1; field in DirectoryFragment
1105 startActivityForResult(intent, REQUEST_COPY_DESTINATION); in transferDocuments()
1111 case REQUEST_COPY_DESTINATION: in onActivityResult()