HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_OPEN_TREE (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 23 import static com.android.documentsui.State.ACTION_OPEN_TREE;
80 } else if (mState.action == ACTION_OPEN_TREE ||
92 mState.action == ACTION_OPEN_TREE ||
130 state.action = ACTION_OPEN_TREE;
200 mState.action == ACTION_OPEN_TREE) {
221 || mState.action == ACTION_OPEN_TREE
267 mState.action == ACTION_OPEN_TREE ||
294 if (mState.action == ACTION_OPEN_TREE ||
355 if (mState.action == ACTION_OPEN_TREE) {
373 mState.action == ACTION_OPEN_TREE ||
    [all...]
PickFragment.java 118 case State.ACTION_OPEN_TREE:
133 mAction == State.ACTION_OPEN_TREE ||
State.java 52 ACTION_OPEN_TREE
63 public static final int ACTION_OPEN_TREE = 6;
Metrics.java 286 private static final int ACTION_OPEN_TREE = 5;
296 ACTION_OPEN_TREE,
    [all...]
RootsCache.java 467 if (state.action == State.ACTION_OPEN_TREE && !root.supportsChildren()) {
469 TAG, "Excluding root !supportsChildren because: ACTION_OPEN_TREE.");
BaseActivity.java 24 import static com.android.documentsui.State.ACTION_OPEN_TREE;
227 || state.action == ACTION_OPEN_TREE
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
FragmentTuner.java 23 import static com.android.documentsui.State.ACTION_OPEN_TREE;
114 if (mState.action == ACTION_OPEN_TREE

Completed in 45 milliseconds