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

  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
Config.java 23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
46 if (state.action == ACTION_OPEN_TREE || state.action == ACTION_PICK_COPY_DESTINATION) {
MenuManager.java 23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
51 || mState.action == ACTION_PICK_COPY_DESTINATION;
PickActivity.java 23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
139 mState.action == ACTION_PICK_COPY_DESTINATION) {
151 mState.action == ACTION_PICK_COPY_DESTINATION) {
172 } else if (Shared.ACTION_PICK_COPY_DESTINATION.equals(action)) {
173 state.action = ACTION_PICK_COPY_DESTINATION;
186 if (state.action == ACTION_PICK_COPY_DESTINATION) {
214 mState.action == ACTION_PICK_COPY_DESTINATION) {
270 mState.action == ACTION_PICK_COPY_DESTINATION) {
ActionHandler.java 24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
136 if (Shared.ACTION_PICK_COPY_DESTINATION.equals(intent.getAction())) {
273 case ACTION_PICK_COPY_DESTINATION:
345 } else if (mState.action == ACTION_PICK_COPY_DESTINATION) {
PickFragment.java 158 case State.ACTION_PICK_COPY_DESTINATION:
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 42 ACTION_PICK_COPY_DESTINATION,
52 public static final int ACTION_PICK_COPY_DESTINATION = 2;
Shared.java 55 public static final String ACTION_PICK_COPY_DESTINATION =
59 * Extra boolean flag for {@link #ACTION_PICK_COPY_DESTINATION}, which
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
ProvidersAccess.java 79 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/
ActionHandlerTest.java 98 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION);
108 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION);
191 mEnv.state.action = State.ACTION_PICK_COPY_DESTINATION;
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Metrics.java 379 private static final int ACTION_PICK_COPY_DESTINATION = 8;
389 ACTION_PICK_COPY_DESTINATION
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 782 Shared.ACTION_PICK_COPY_DESTINATION,
    [all...]

Completed in 633 milliseconds