Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickFragment.java153 public void setPickTarget(int action, @OpType int copyOperationSubType, in setPickTarget() argument
155 assert(copyOperationSubType != OPERATION_DELETE); in setPickTarget()
158 mCopyOperationSubType = copyOperationSubType; in setPickTarget()
DPickActivity.java286 state.copyOperationSubType = intent.getIntExtra( in includeState()
392 mState.copyOperationSubType, mState.restrictScopeStorage, cwd); in refreshDirectory()
DActionHandler.java524 intent.putExtra(FileOperationService.EXTRA_OPERATION_TYPE, mState.copyOperationSubType); in onPickFinished()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java132 public @OpType int copyOperationSubType = FileOperationService.OPERATION_UNKNOWN; field in State