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;46 if (state.action == ACTION_OPEN_TREE || state.action == ACTION_PICK_COPY_DESTINATION) { in canSelectType()64 case ACTION_PICK_COPY_DESTINATION: in isDocumentEnabled()
23 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()
24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;64 || mState.action == ACTION_PICK_COPY_DESTINATION; in picking()
26 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()
190 case State.ACTION_PICK_COPY_DESTINATION: in updateView()
45 ACTION_PICK_COPY_DESTINATION,57 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()
107 || state.action == State.ACTION_PICK_COPY_DESTINATION; in shouldShow()
1138 Shared.ACTION_PICK_COPY_DESTINATION, in transferDocuments()
187 intent.setAction(Shared.ACTION_PICK_COPY_DESTINATION); in testInitLocation_CopyDestination_DefaultsToDownloads()317 mEnv.state.action = State.ACTION_PICK_COPY_DESTINATION; in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()