Searched refs:copyOperationSubType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DPickFragment.java102 int action, @OpType int copyOperationSubType, DocumentInfo pickTarget) {
103 assert(copyOperationSubType != OPERATION_DELETE);
106 mCopyOperationSubType = copyOperationSubType;
101 setPickTarget( int action, @OpType int copyOperationSubType, DocumentInfo pickTarget) argument
H A DDocumentsActivity.java151 state.copyOperationSubType = intent.getIntExtra(
298 pick.setPickTarget(mState.action, mState.copyOperationSubType, cwd);
417 intent.putExtra(FileOperationService.EXTRA_OPERATION, mState.copyOperationSubType);
H A DState.java115 public @OpType int copyOperationSubType = FileOperationService.OPERATION_UNKNOWN; field in class:State

Completed in 68 milliseconds