Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java23 import static com.android.documentsui.State.ACTION_OPEN_TREE;
80 } else if (mState.action == ACTION_OPEN_TREE || in onCreate()
92 mState.action == ACTION_OPEN_TREE || in onCreate()
130 state.action = ACTION_OPEN_TREE; in includeState()
200 mState.action == ACTION_OPEN_TREE) { in getDrawerTitle()
221 || mState.action == ACTION_OPEN_TREE in onPrepareOptionsMenu()
267 mState.action == ACTION_OPEN_TREE || in refreshDirectory()
294 if (mState.action == ACTION_OPEN_TREE || in refreshDirectory()
355 if (mState.action == ACTION_OPEN_TREE) { in onPickRequested()
373 mState.action == ACTION_OPEN_TREE || in writeStackToRecentsBlocking()
[all …]
DPickFragment.java118 case State.ACTION_OPEN_TREE: in updateView()
133 mAction == State.ACTION_OPEN_TREE || in updateView()
DMetrics.java286 private static final int ACTION_OPEN_TREE = 5; field in Metrics
296 ACTION_OPEN_TREE,
816 case State.ACTION_OPEN_TREE: in toMetricsAction()
817 return ACTION_OPEN_TREE; in toMetricsAction()
DState.java52 ACTION_OPEN_TREE
63 public static final int ACTION_OPEN_TREE = 6; field in State
DBaseActivity.java24 import static com.android.documentsui.State.ACTION_OPEN_TREE;
227 || state.action == ACTION_OPEN_TREE in getState()
DRootsCache.java467 if (state.action == State.ACTION_OPEN_TREE && !root.supportsChildren()) { in getMatchingRoots()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DFragmentTuner.java23 import static com.android.documentsui.State.ACTION_OPEN_TREE;
114 if (mState.action == ACTION_OPEN_TREE in canSelectType()