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;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()
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;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()
24 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;59 || mState.action == ACTION_PICK_COPY_DESTINATION; in picking()
176 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
55 public static final String ACTION_PICK_COPY_DESTINATION = field in Shared
303 static final int ACTION_PICK_COPY_DESTINATION = 5; field in MetricConsts313 ACTION_PICK_COPY_DESTINATION,
545 case State.ACTION_PICK_COPY_DESTINATION: in toMetricsAction()546 return MetricConsts.ACTION_PICK_COPY_DESTINATION; in toMetricsAction()
154 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()
79 if (state.action == State.ACTION_PICK_COPY_DESTINATION in getMatchingRoots()
66 || state.action == State.ACTION_PICK_COPY_DESTINATION; in shouldShow()
872 Shared.ACTION_PICK_COPY_DESTINATION, in transferDocuments()