Searched refs:ACTION_OPEN_TREE (Results 1 – 4 of 4) sorted by relevance
25 import static com.android.documentsui.BaseActivity.State.ACTION_OPEN_TREE;171 } else if (mState.action == ACTION_OPEN_TREE || in onCreate()183 mState.action == ACTION_OPEN_TREE || in onCreate()225 state.action = ACTION_OPEN_TREE; in buildDefaultState()405 mState.action == ACTION_OPEN_TREE) { in updateActionBar()478 || mState.action == ACTION_OPEN_TREE in onPrepareOptionsMenu()555 mState.action == ACTION_OPEN_TREE || in onDirectoryChanged()585 if (mState.action == ACTION_OPEN_TREE || in onDirectoryChanged()669 if (mState.action == ACTION_OPEN_TREE) { in onPickRequested()688 mState.action == ACTION_OPEN_TREE || in saveStackBlocking()[all …]
111 case BaseActivity.State.ACTION_OPEN_TREE: in updateView()125 mAction == BaseActivity.State.ACTION_OPEN_TREE || in updateView()
365 if (state.action == State.ACTION_OPEN_TREE && !supportsIsChild) continue; in getMatchingRoots()375 state.action != State.ACTION_OPEN_TREE || in getMatchingRoots()
345 public static final int ACTION_OPEN_TREE = 4; field in BaseActivity.State