Home
last modified time | relevance | path

Searched refs:ACTION_OPEN_TREE (Results 1 – 13 of 13) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickActivity.java22 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
189 } else if (mState.action == ACTION_OPEN_TREE || in setupLayout()
206 mState.action == ACTION_OPEN_TREE || in setupLayout()
227 state.action = ACTION_OPEN_TREE; in includeState()
267 mState.action == ACTION_OPEN_TREE) { in getDrawerTitle()
331 if (mState.action == ACTION_OPEN_TREE || in refreshDirectory()
DActionHandler.java23 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
227 case ACTION_OPEN_TREE: in loadDefaultLocation()
369 case ACTION_OPEN_TREE: in pickDocument()
452 } else if (mState.action == ACTION_OPEN_TREE) { in onPickFinished()
DConfig.java22 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
46 if (state.action == ACTION_OPEN_TREE || state.action == ACTION_PICK_COPY_DESTINATION) { in canSelectType()
DMenuManager.java23 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
58 || mState.action == ACTION_OPEN_TREE in picking()
DPickFragment.java157 mAction == State.ACTION_OPEN_TREE || in updateView()
166 case State.ACTION_OPEN_TREE: in updateView()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java47 ACTION_OPEN_TREE
58 public static final int ACTION_OPEN_TREE = 6; field in State
125 || action == ACTION_OPEN_TREE in shouldShowPreview()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersAccess.java86 if (state.action == State.ACTION_OPEN_TREE && !root.supportsChildren()) { in getMatchingRoots()
92 if (state.action == State.ACTION_OPEN_TREE && root.isRecents()) { in getMatchingRoots()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetricConsts.java302 static final int ACTION_OPEN_TREE = 4; field in MetricConsts
312 ACTION_OPEN_TREE,
DMetrics.java541 case State.ACTION_OPEN_TREE: in toMetricsAction()
542 return MetricConsts.ACTION_OPEN_TREE; in toMetricsAction()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java224 testInitLocationDefaultToDownloadsOnAction(State.ACTION_OPEN_TREE); in testInitLocation_DefaultToDownloads_ActionOpenTree()
288 mEnv.state.action = State.ACTION_OPEN_TREE; in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
361 mEnv.state.action = State.ACTION_OPEN_TREE; in testPickDocument_ConfirmsOpenTree()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DStateTest.java87 mState.action = State.ACTION_OPEN_TREE; in testShouldShowPreview_actionOpenTree()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowManager.java65 || state.action == State.ACTION_OPEN_TREE in shouldShow()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DAppsRowManagerTest.java146 mState.action = State.ACTION_OPEN_TREE; in testUpdateView_notHandledAction_hideRow()