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

/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DPickFragment.java74 private @OpType int mCopyOperationSubType = OPERATION_UNKNOWN; field in class:PickFragment
117 mCopyOperationSubType =
130 outState.putInt(COPY_OPERATION_SUBTYPE_KEY, mCopyOperationSubType);
142 mCopyOperationSubType = copyOperationSubType;
160 switch (mCopyOperationSubType) {

Completed in 50 milliseconds