Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DNavigationView.java127 String title = mEnv.getCurrentRoot().title; in update()
202 final RootInfo root = mEnv.getCurrentRoot(); in getView()
222 final RootInfo root = mEnv.getCurrentRoot(); in getDropDownView()
233 RootInfo getCurrentRoot(); in getCurrentRoot() method
DBaseActivity.java85 new HandleRootsChangedTask(BaseActivity.this).execute(getCurrentRoot());
245 if (root.equals(getCurrentRoot()) && mState.stack.size() == 1) { in onRootPicked()
318 final RootInfo root = getCurrentRoot(); in onOptionsItemSelected()
350 final RootInfo root = getCurrentRoot(); in canCreateDirectory()
418 RootInfo root = getCurrentRoot(); in reloadSearch()
443 final RootInfo root = getCurrentRoot(); in canSearchRoot()
544 LocalPreferences.setViewMode(this, getCurrentRoot(), mode); in setViewMode()
582 public RootInfo getCurrentRoot() { in getCurrentRoot() method in BaseActivity
DFilesActivity.java179 final RootInfo root = getCurrentRoot(); in onResume()
202 final RootInfo root = getCurrentRoot(); in onPrepareOptionsMenu()
262 final RootInfo root = getCurrentRoot(); in refreshDirectory()
303 if (getCurrentRoot().isDownloads() && !isInArchive && !isViewing) { in onDocumentPicked()
DRootsFragment.java160 final RootInfo root = ((BaseActivity) getActivity()).getCurrentRoot(); in onCurrentRootChanged()
DDocumentsActivity.java261 final RootInfo root = getCurrentRoot(); in refreshDirectory()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java1067 if (!canCopy(docs, activity.getCurrentRoot(), destination)) { in copyDocuments()