Home
last modified time | relevance | path

Searched refs:getCurrentRoot (Results 1 – 12 of 12) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java290 if (root.equals(getCurrentRoot()) && mState.stack.size() == 1) { in onRootPicked()
376 final RootInfo root = getCurrentRoot(); in canCreateDirectory()
484 LocalPreferences.setViewMode(this, getCurrentRoot(), mode); in setViewMode()
539 public RootInfo getCurrentRoot() { in getCurrentRoot() method in BaseActivity
DNavigationViewManager.java102 String title = mEnv.getCurrentRoot().title; in update()
135 RootInfo getCurrentRoot(); in getCurrentRoot() method
DDropdownBreadcrumb.java129 final RootInfo root = mEnv.getCurrentRoot(); in getView()
149 final RootInfo root = mEnv.getCurrentRoot(); in getDropDownView()
DRootsMonitor.java67 actionModeFinisher).execute(activity.getCurrentRoot()); in RootsMonitor()
DHorizontalBreadcrumb.java217 final RootInfo root = mEnv.getCurrentRoot(); in onBindViewHolder()
DMenuManager.java343 return mActivity.getCurrentRoot().hasSettings(); in hasRootSettings()
DAbstractActionHandler.java583 RootInfo getCurrentRoot(); in getCurrentRoot() method
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java250 final RootInfo root = getCurrentRoot(); in onResume()
294 mInjector.actions.openSettings(getCurrentRoot()); in onOptionsItemSelected()
314 final RootInfo root = getCurrentRoot(); in refreshDirectory()
DActionHandler.java651 if (mActivity.getCurrentRoot().isDownloads()) { in isManagedDownload()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java159 public final RootInfo getCurrentRoot() { in getCurrentRoot() method in TestActivity
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickActivity.java243 final RootInfo root = getCurrentRoot(); in refreshDirectory()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java335 final RootInfo root = ((BaseActivity) getActivity()).getCurrentRoot(); in onCurrentRootChanged()