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;
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) {
ActionHandler.java 24 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) {
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 59 public static final String ACTION_PICK_COPY_DESTINATION =
63 * 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 115 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/
Metrics.java 381 private static final int ACTION_PICK_COPY_DESTINATION = 8;
391 ACTION_PICK_COPY_DESTINATION
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 806 Shared.ACTION_PICK_COPY_DESTINATION,
    [all...]

Completed in 137 milliseconds