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.java155 public void setPickTarget(int action, @OpType int copyOperationSubType, in setPickTarget() argument
157 assert(copyOperationSubType != OPERATION_DELETE); in setPickTarget()
160 mCopyOperationSubType = copyOperationSubType; in setPickTarget()
DPickActivity.java301 state.copyOperationSubType = intent.getIntExtra( in includeState()
407 mState.copyOperationSubType, mState.restrictScopeStorage, cwd); in refreshDirectory()
DActionHandler.java527 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