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

/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DConfig.java23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
46 if (state.action == ACTION_OPEN_TREE || state.action == ACTION_PICK_COPY_DESTINATION) {
H A DMenuManager.java23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
51 || mState.action == ACTION_PICK_COPY_DESTINATION;
H A DPickActivity.java23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
149 mState.action == ACTION_PICK_COPY_DESTINATION) {
161 mState.action == ACTION_PICK_COPY_DESTINATION) {
182 } else if (Shared.ACTION_PICK_COPY_DESTINATION.equals(action)) {
183 state.action = ACTION_PICK_COPY_DESTINATION;
196 if (state.action == ACTION_PICK_COPY_DESTINATION) {
224 mState.action == ACTION_PICK_COPY_DESTINATION) {
280 mState.action == ACTION_PICK_COPY_DESTINATION) {
H A DActionHandler.java24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
137 if (Shared.ACTION_PICK_COPY_DESTINATION.equals(intent.getAction())) {
274 case ACTION_PICK_COPY_DESTINATION:
352 } else if (mState.action == ACTION_PICK_COPY_DESTINATION) {
H A DPickFragment.java158 case State.ACTION_PICK_COPY_DESTINATION:
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DState.java42 ACTION_PICK_COPY_DESTINATION,
52 public static final int ACTION_PICK_COPY_DESTINATION = 2; field in class:State
H A DShared.java59 public static final String ACTION_PICK_COPY_DESTINATION = field in class:Shared
63 * Extra boolean flag for {@link #ACTION_PICK_COPY_DESTINATION}, which
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DProvidersAccess.java79 if (state.action == State.ACTION_PICK_COPY_DESTINATION
82 tag, "Excluding read-only root because: ACTION_PICK_COPY_DESTINATION.");
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
H A DActionHandlerTest.java115 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION);
126 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION);
213 mEnv.state.action = State.ACTION_PICK_COPY_DESTINATION;
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMetrics.java381 private static final int ACTION_PICK_COPY_DESTINATION = 8; field in class:Metrics
391 ACTION_PICK_COPY_DESTINATION
1026 case State.ACTION_PICK_COPY_DESTINATION:
1027 return ACTION_PICK_COPY_DESTINATION;
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java806 Shared.ACTION_PICK_COPY_DESTINATION,

Completed in 109 milliseconds