Searched refs:ACTION_PICK_COPY_DESTINATION (Results 1 – 13 of 13) sorted by relevance
23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;206 mState.action == ACTION_PICK_COPY_DESTINATION) { in setupLayout()228 || mState.action == ACTION_PICK_COPY_DESTINATION) { in setupLayout()251 } else if (Shared.ACTION_PICK_COPY_DESTINATION.equals(action)) { in includeState()252 state.action = ACTION_PICK_COPY_DESTINATION; in includeState()265 if (state.action == ACTION_PICK_COPY_DESTINATION) { in includeState()299 || mState.action == ACTION_PICK_COPY_DESTINATION) { in getDrawerTitle()361 mState.action == ACTION_PICK_COPY_DESTINATION) { in refreshDirectory()
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) { in canSelectType()64 case ACTION_PICK_COPY_DESTINATION: in isDocumentEnabled()
24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;149 if (Shared.ACTION_PICK_COPY_DESTINATION.equals(intent.getAction())) { in launchHomeForCopyDestination()351 case ACTION_PICK_COPY_DESTINATION: in pickDocument()436 } else if (mState.action == ACTION_PICK_COPY_DESTINATION) { in onPickFinished()
24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;64 || mState.action == ACTION_PICK_COPY_DESTINATION; in picking()
190 case State.ACTION_PICK_COPY_DESTINATION: in updateView()
43 ACTION_PICK_COPY_DESTINATION,53 public static final int ACTION_PICK_COPY_DESTINATION = 2; field in State
65 public static final String ACTION_PICK_COPY_DESTINATION = field in Shared
309 static final int ACTION_PICK_COPY_DESTINATION = 5; field in MetricConsts319 ACTION_PICK_COPY_DESTINATION,
580 case State.ACTION_PICK_COPY_DESTINATION: in toMetricsAction()581 return MetricConsts.ACTION_PICK_COPY_DESTINATION; in toMetricsAction()
82 if (state.action == State.ACTION_PICK_COPY_DESTINATION in getMatchingRoots()
91 || state.action == State.ACTION_PICK_COPY_DESTINATION; in shouldShow()
1073 Shared.ACTION_PICK_COPY_DESTINATION, in transferDocuments()
165 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION); in testInitLocation_CopyDestination_DefaultsToDownloads()289 mEnv.state.action = State.ACTION_PICK_COPY_DESTINATION; in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()