Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java103 final RootInfo root = getCurrentRoot(); in onResume()
128 final RootInfo root = getCurrentRoot(); in onPrepareOptionsMenu()
227 final RootInfo root = getCurrentRoot(); in onOptionsItemSelected()
468 RootInfo getCurrentRoot() { in getCurrentRoot() method in BaseActivity
647 final RootInfo root = getCurrentRoot(); in getView()
668 final RootInfo root = getCurrentRoot(); in getDropDownView()
DDocumentsActivity.java436 mToolbar.setTitle(getCurrentRoot().title); in updateActionBar()
465 final RootInfo root = getCurrentRoot(); in onPrepareOptionsMenu()
547 final RootInfo root = getCurrentRoot(); in onDirectoryChanged()
DRootsFragment.java154 final RootInfo root = ((BaseActivity) getActivity()).getCurrentRoot(); in onCurrentRootChanged()