Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickActivity.java23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
139 mState.action == ACTION_PICK_COPY_DESTINATION) { in setupLayout()
151 mState.action == ACTION_PICK_COPY_DESTINATION) { in setupLayout()
172 } else if (Shared.ACTION_PICK_COPY_DESTINATION.equals(action)) { in includeState()
173 state.action = ACTION_PICK_COPY_DESTINATION; in includeState()
186 if (state.action == ACTION_PICK_COPY_DESTINATION) { in includeState()
214 mState.action == ACTION_PICK_COPY_DESTINATION) { in getDrawerTitle()
270 mState.action == ACTION_PICK_COPY_DESTINATION) { in refreshDirectory()
DActionHandler.java24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
136 if (Shared.ACTION_PICK_COPY_DESTINATION.equals(intent.getAction())) { in launchHomeForCopyDestination()
273 case ACTION_PICK_COPY_DESTINATION: in pickDocument()
345 } else if (mState.action == ACTION_PICK_COPY_DESTINATION) { in onPickFinished()
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) { in canSelectType()
DMenuManager.java23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
51 || mState.action == ACTION_PICK_COPY_DESTINATION; in picking()
DPickFragment.java158 case State.ACTION_PICK_COPY_DESTINATION: in updateView()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetrics.java379 private static final int ACTION_PICK_COPY_DESTINATION = 8; field in Metrics
389 ACTION_PICK_COPY_DESTINATION
1024 case State.ACTION_PICK_COPY_DESTINATION: in toMetricsAction()
1025 return ACTION_PICK_COPY_DESTINATION; in toMetricsAction()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java42 ACTION_PICK_COPY_DESTINATION,
52 public static final int ACTION_PICK_COPY_DESTINATION = 2; field in State
DShared.java55 public static final String ACTION_PICK_COPY_DESTINATION = field in Shared
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java98 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION); in testInitLocation_CopyDestination_DefaultsToDownloads()
108 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION); in testInitLocation_CopyDestination_DocumentsRootEnabled()
191 mEnv.state.action = State.ACTION_PICK_COPY_DESTINATION; in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersAccess.java79 if (state.action == State.ACTION_PICK_COPY_DESTINATION in getMatchingRoots()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java782 Shared.ACTION_PICK_COPY_DESTINATION, in transferDocuments()