Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickActivity.java23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
190 mState.action == ACTION_PICK_COPY_DESTINATION) { in setupLayout()
207 mState.action == ACTION_PICK_COPY_DESTINATION) { in setupLayout()
228 } else if (Shared.ACTION_PICK_COPY_DESTINATION.equals(action)) { in includeState()
229 state.action = ACTION_PICK_COPY_DESTINATION; in includeState()
242 if (state.action == ACTION_PICK_COPY_DESTINATION) { in includeState()
270 mState.action == ACTION_PICK_COPY_DESTINATION) { in getDrawerTitle()
332 mState.action == ACTION_PICK_COPY_DESTINATION) { in refreshDirectory()
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()
64 case ACTION_PICK_COPY_DESTINATION: in isDocumentEnabled()
DActionHandler.java24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
155 if (Shared.ACTION_PICK_COPY_DESTINATION.equals(intent.getAction())) { in launchHomeForCopyDestination()
372 case ACTION_PICK_COPY_DESTINATION: in pickDocument()
457 } else if (mState.action == ACTION_PICK_COPY_DESTINATION) { in onPickFinished()
DMenuManager.java24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
59 || mState.action == ACTION_PICK_COPY_DESTINATION; in picking()
DPickFragment.java176 case State.ACTION_PICK_COPY_DESTINATION: in updateView()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java43 ACTION_PICK_COPY_DESTINATION,
53 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/src/com/android/documentsui/
DMetricConsts.java303 static final int ACTION_PICK_COPY_DESTINATION = 5; field in MetricConsts
313 ACTION_PICK_COPY_DESTINATION,
DMetrics.java545 case State.ACTION_PICK_COPY_DESTINATION: in toMetricsAction()
546 return MetricConsts.ACTION_PICK_COPY_DESTINATION; in toMetricsAction()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java154 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION); in testInitLocation_CopyDestination_DefaultsToDownloads()
165 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION); in testInitLocation_CopyDestination_DocumentsRootEnabled()
262 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/
DAppsRowManager.java66 || state.action == State.ACTION_PICK_COPY_DESTINATION; in shouldShow()
DDirectoryFragment.java872 Shared.ACTION_PICK_COPY_DESTINATION, in transferDocuments()