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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java24 import static com.android.documentsui.State.ACTION_PICK_COPY_DESTINATION;
81 mState.action == ACTION_PICK_COPY_DESTINATION) {
93 mState.action == ACTION_PICK_COPY_DESTINATION) {
109 if (mState.action == ACTION_PICK_COPY_DESTINATION) {
131 } else if (Shared.ACTION_PICK_COPY_DESTINATION.equals(action)) {
132 state.action = ACTION_PICK_COPY_DESTINATION;
145 if (state.action == ACTION_PICK_COPY_DESTINATION) {
203 mState.action == ACTION_PICK_COPY_DESTINATION) {
222 || mState.action == ACTION_PICK_COPY_DESTINATION;
268 mState.action == ACTION_PICK_COPY_DESTINATION) {
[all...]
H A DState.java48 ACTION_PICK_COPY_DESTINATION,
58 public static final int ACTION_PICK_COPY_DESTINATION = 2; field in class:State
H A DMetrics.java289 private static final int ACTION_PICK_COPY_DESTINATION = 8; field in class:Metrics
299 ACTION_PICK_COPY_DESTINATION
820 case State.ACTION_PICK_COPY_DESTINATION:
821 return ACTION_PICK_COPY_DESTINATION;
H A DPickFragment.java122 case State.ACTION_PICK_COPY_DESTINATION:
H A DShared.java42 public static final String ACTION_PICK_COPY_DESTINATION = field in class:Shared
53 * Extra boolean flag for {@link ACTION_PICK_COPY_DESTINATION}, which
H A DRootsCache.java460 if (state.action == State.ACTION_PICK_COPY_DESTINATION
463 TAG, "Excluding read-only root because: ACTION_PICK_COPY_DESTINATION.");
H A DBaseActivity.java25 import static com.android.documentsui.State.ACTION_PICK_COPY_DESTINATION;
228 || state.action == ACTION_PICK_COPY_DESTINATION
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFragmentTuner.java24 import static com.android.documentsui.State.ACTION_PICK_COPY_DESTINATION;
115 || mState.action == ACTION_PICK_COPY_DESTINATION) {
178 if (mState.action == ACTION_PICK_COPY_DESTINATION) {
H A DDirectoryFragment.java909 Shared.ACTION_PICK_COPY_DESTINATION,

Completed in 66 milliseconds