HomeSort by relevance Sort by last modified time
    Searched refs:copyOperationSubType (Results 1 - 4 of 4) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
PickFragment.java 51 private static final String COPY_OPERATION_SUBTYPE_KEY = "copyOperationSubType";
138 int action, @OpType int copyOperationSubType, DocumentInfo pickTarget) {
139 assert(copyOperationSubType != OPERATION_DELETE);
142 mCopyOperationSubType = copyOperationSubType;
PickActivity.java 202 state.copyOperationSubType = intent.getIntExtra(
283 pick.setPickTarget(mState.action, mState.copyOperationSubType, cwd);
ActionHandler.java 356 intent.putExtra(FileOperationService.EXTRA_OPERATION_TYPE, mState.copyOperationSubType);
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 99 public @OpType int copyOperationSubType = FileOperationService.OPERATION_UNKNOWN;

Completed in 231 milliseconds