Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java319 mSearchManager.updateChips(getCurrentRoot().derivedMimeTypes); in onCreate()
366 mInjector.actions.loadCrossProfileRoot(getCurrentRoot(), userId); in onCreate()
538 if (root.equals(getCurrentRoot()) && mState.stack.size() <= 1) { in onRootPicked()
620 final RootInfo root = getCurrentRoot(); in canCreateDirectory()
692 mSearchManager.updateChips(getCurrentRoot().derivedMimeTypes); in refreshCurrentRootAndDirectory()
749 LocalPreferences.setViewMode(this, getCurrentRoot(), mode); in setViewMode()
897 return getCurrentRoot().title; in getCurrentTitle()
918 public RootInfo getCurrentRoot() { in getCurrentRoot() method in BaseActivity
DNavigationViewManager.java277 ? mEnv.getCurrentRoot().title : mState.stack.getTitle(); in update()
375 RootInfo getCurrentRoot(); in getCurrentRoot() method
DRootsMonitor.java66 actionModeFinisher).execute(activity.getCurrentRoot()); in RootsMonitor()
DHorizontalBreadcrumb.java185 isFirst ? mEnv.getCurrentRoot().title : mState.stack.get(position).displayName); in onBindViewHolder()
DProfileTabs.java125 RootInfo currentRoot = mCommonAddons.getCurrentRoot(); in updateView()
DMenuManager.java423 return mActivity.getCurrentRoot().hasSettings(); in hasRootSettings()
DAbstractActionHandler.java996 RootInfo getCurrentRoot(); in getCurrentRoot() method
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java291 final RootInfo root = getCurrentRoot(); in onResume()
332 mInjector.actions.openSettings(getCurrentRoot()); in onOptionsItemSelected()
352 final RootInfo root = getCurrentRoot(); in refreshDirectory()
DActionHandler.java573 RootInfo root = mActivity.getCurrentRoot(); in showInspector()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DProfileTabsTest.java366 public RootInfo getCurrentRoot() { in getCurrentRoot() method in ProfileTabsTest.TestEnvironment
416 public RootInfo getCurrentRoot() { in getCurrentRoot() method in ProfileTabsTest.TestCommonAddons
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java208 public final RootInfo getCurrentRoot() { in getCurrentRoot() method in TestActivity
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java346 RootInfo currentRoot = mActivity.getCurrentRoot(); in checkUriAndScheduleCheckIfNeeded()
362 RootInfo currentRoot = mActivity.getCurrentRoot(); in checkUriWithDelay()
1417 final RootInfo emptyDocRoot = mActivity.getCurrentRoot(); in getRootDocumentAndMaybeRefreshDocument()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickActivity.java359 final RootInfo root = getCurrentRoot(); in refreshDirectory()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java665 final RootInfo root = ((BaseActivity) getActivity()).getCurrentRoot(); in onCurrentRootChanged()