Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java255 mSearchManager.updateChips(getCurrentRoot().derivedMimeTypes); in onCreate()
414 if (root.equals(getCurrentRoot()) && mState.stack.size() == 1) { in onRootPicked()
500 final RootInfo root = getCurrentRoot(); in canCreateDirectory()
569 mSearchManager.updateChips(getCurrentRoot().derivedMimeTypes); in refreshCurrentRootAndDirectory()
631 LocalPreferences.setViewMode(this, getCurrentRoot(), mode); in setViewMode()
740 return getCurrentRoot().title; in getCurrentTitle()
757 public RootInfo getCurrentRoot() { in getCurrentRoot() method in BaseActivity
DDropdownBreadcrumb.java138 final RootInfo root = mEnv.getCurrentRoot(); in getView()
158 final RootInfo root = mEnv.getCurrentRoot(); in getDropDownView()
DNavigationViewManager.java145 String title = mEnv.getCurrentRoot().title; in update()
215 RootInfo getCurrentRoot(); in getCurrentRoot() method
DRootsMonitor.java66 actionModeFinisher).execute(activity.getCurrentRoot()); in RootsMonitor()
DHorizontalBreadcrumb.java223 final RootInfo root = mEnv.getCurrentRoot(); in onBindViewHolder()
DMenuManager.java392 return mActivity.getCurrentRoot().hasSettings(); in hasRootSettings()
DAbstractActionHandler.java661 RootInfo getCurrentRoot(); in getCurrentRoot() method
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java263 final RootInfo root = getCurrentRoot(); in onResume()
301 mInjector.actions.openSettings(getCurrentRoot()); in onOptionsItemSelected()
324 final RootInfo root = getCurrentRoot(); in refreshDirectory()
DActionHandler.java713 if (mActivity.getCurrentRoot().isDownloads()) { in isManagedDownload()
759 RootInfo root = mActivity.getCurrentRoot(); in showInspector()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DConfirmFragment.java89 final String location = activity.getCurrentRoot().title; in onCreateDialog()
DPickActivity.java305 final RootInfo root = getCurrentRoot(); in refreshDirectory()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java172 public final RootInfo getCurrentRoot() { in getCurrentRoot() method in TestActivity
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java439 final RootInfo root = ((BaseActivity) getActivity()).getCurrentRoot(); in onCurrentRootChanged()