Searched refs:ACTION_OPEN_COPY_DESTINATION (Results 1 – 5 of 5) sorted by relevance
24 import static com.android.documentsui.BaseActivity.State.ACTION_OPEN_COPY_DESTINATION;172 mState.action == ACTION_OPEN_COPY_DESTINATION) { in onCreate()184 mState.action == ACTION_OPEN_COPY_DESTINATION) { in onCreate()230 } else if (DocumentsIntent.ACTION_OPEN_COPY_DESTINATION.equals(action)) { in buildDefaultState()231 state.action = ACTION_OPEN_COPY_DESTINATION; in buildDefaultState()258 if (state.action == ACTION_OPEN_COPY_DESTINATION) { in buildDefaultState()408 mState.action == ACTION_OPEN_COPY_DESTINATION) { in updateActionBar()479 || mState.action == ACTION_OPEN_COPY_DESTINATION) { in onPrepareOptionsMenu()556 mState.action == ACTION_OPEN_COPY_DESTINATION) { in onDirectoryChanged()586 mState.action == ACTION_OPEN_COPY_DESTINATION) { in onDirectoryChanged()[all …]
115 case BaseActivity.State.ACTION_OPEN_COPY_DESTINATION: in updateView()
363 if (state.action == State.ACTION_OPEN_COPY_DESTINATION && !supportsCreate) continue; in getMatchingRoots()376 state.action != State.ACTION_OPEN_COPY_DESTINATION) && empty) continue; in getMatchingRoots()
295 public static String ACTION_OPEN_COPY_DESTINATION = field in BaseActivity.DocumentsIntent349 public static final int ACTION_OPEN_COPY_DESTINATION = 8; field in BaseActivity.State
690 BaseActivity.DocumentsIntent.ACTION_OPEN_COPY_DESTINATION, in onCopyDocuments()