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

  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
Config.java 22 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
46 if (state.action == ACTION_OPEN_TREE || state.action == ACTION_PICK_COPY_DESTINATION) {
MenuManager.java 22 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
50 || mState.action == ACTION_OPEN_TREE
PickActivity.java 22 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
148 } else if (mState.action == ACTION_OPEN_TREE ||
160 mState.action == ACTION_OPEN_TREE ||
181 state.action = ACTION_OPEN_TREE;
221 mState.action == ACTION_OPEN_TREE) {
279 if (mState.action == ACTION_OPEN_TREE ||
ActionHandler.java 23 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
177 case ACTION_OPEN_TREE:
270 case ACTION_OPEN_TREE:
347 } else if (mState.action == ACTION_OPEN_TREE) {
PickFragment.java 154 case State.ACTION_OPEN_TREE:
185 mAction == State.ACTION_OPEN_TREE ||
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 46 ACTION_OPEN_TREE
57 public static final int ACTION_OPEN_TREE = 6;
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
ProvidersAccess.java 86 if (state.action == State.ACTION_OPEN_TREE && !root.supportsChildren()) {
88 tag, "Excluding root !supportsChildren because: ACTION_OPEN_TREE.");
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Metrics.java 378 private static final int ACTION_OPEN_TREE = 5;
388 ACTION_OPEN_TREE,
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
ActionHandlerTest.java 185 testInitLocationDefaultToRecentsOnAction(State.ACTION_OPEN_TREE);
239 mEnv.state.action = State.ACTION_OPEN_TREE;

Completed in 325 milliseconds