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/
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()
DPickActivity.java23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
221 mState.action == ACTION_PICK_COPY_DESTINATION) { in setupLayout()
248 || mState.action == ACTION_PICK_COPY_DESTINATION) { in setupLayout()
271 } else if (Shared.ACTION_PICK_COPY_DESTINATION.equals(action)) { in includeState()
272 state.action = ACTION_PICK_COPY_DESTINATION; in includeState()
285 if (state.action == ACTION_PICK_COPY_DESTINATION) { in includeState()
324 || mState.action == ACTION_PICK_COPY_DESTINATION) { in getDrawerTitle()
388 mState.action == ACTION_PICK_COPY_DESTINATION) { in refreshDirectory()
DMenuManager.java24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
64 || mState.action == ACTION_PICK_COPY_DESTINATION; in picking()
DActionHandler.java26 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
166 if (Shared.ACTION_PICK_COPY_DESTINATION.equals(intent.getAction())) { in launchHomeForCopyDestination()
435 case ACTION_PICK_COPY_DESTINATION: in pickDocument()
520 } else if (mState.action == ACTION_PICK_COPY_DESTINATION) { in onPickFinished()
DPickFragment.java190 case State.ACTION_PICK_COPY_DESTINATION: in updateView()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java45 ACTION_PICK_COPY_DESTINATION,
57 public static final int ACTION_PICK_COPY_DESTINATION = 2; field in State
DShared.java65 public static final String ACTION_PICK_COPY_DESTINATION = field in Shared
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetricConsts.java309 static final int ACTION_PICK_COPY_DESTINATION = 5; field in MetricConsts
319 ACTION_PICK_COPY_DESTINATION,
DMetrics.java580 case State.ACTION_PICK_COPY_DESTINATION: in toMetricsAction()
581 return MetricConsts.ACTION_PICK_COPY_DESTINATION; in toMetricsAction()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersAccess.java82 if (state.action == State.ACTION_PICK_COPY_DESTINATION in getMatchingRoots()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowManager.java107 || state.action == State.ACTION_PICK_COPY_DESTINATION; in shouldShow()
DDirectoryFragment.java1138 Shared.ACTION_PICK_COPY_DESTINATION, in transferDocuments()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java187 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION); in testInitLocation_CopyDestination_DefaultsToDownloads()
317 mEnv.state.action = State.ACTION_PICK_COPY_DESTINATION; in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()