Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java272 mSearchManager.updateChips(getCurrentRoot().derivedMimeTypes); in onCreate()
316 mInjector.actions.loadCrossProfileRoot(getCurrentRoot(), userId); in onCreate()
467 if (root.equals(getCurrentRoot()) && mState.stack.size() <= 1) { in onRootPicked()
561 final RootInfo root = getCurrentRoot(); in canCreateDirectory()
634 mSearchManager.updateChips(getCurrentRoot().derivedMimeTypes); in refreshCurrentRootAndDirectory()
691 LocalPreferences.setViewMode(this, getCurrentRoot(), mode); in setViewMode()
819 return getCurrentRoot().title; in getCurrentTitle()
840 public RootInfo getCurrentRoot() { in getCurrentRoot() method in BaseActivity
H A DNavigationViewManager.java225 ? mEnv.getCurrentRoot().title : mState.stack.getTitle(); in update()
323 RootInfo getCurrentRoot(); in getCurrentRoot() method
H A DRootsMonitor.java66 actionModeFinisher).execute(activity.getCurrentRoot()); in RootsMonitor()
H A DProfileTabs.java89 RootInfo currentRoot = mCommonAddons.getCurrentRoot(); in updateView()
H A DHorizontalBreadcrumb.java185 isFirst ? mEnv.getCurrentRoot().title : mState.stack.get(position).displayName); in onBindViewHolder()
H A DMenuManager.java423 return mActivity.getCurrentRoot().hasSettings(); in hasRootSettings()
H A DAbstractActionHandler.java972 RootInfo getCurrentRoot(); in getCurrentRoot() method
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DFilesActivity.java277 final RootInfo root = getCurrentRoot(); in onResume()
315 mInjector.actions.openSettings(getCurrentRoot()); in onOptionsItemSelected()
338 final RootInfo root = getCurrentRoot(); in refreshDirectory()
H A DActionHandler.java573 RootInfo root = mActivity.getCurrentRoot(); in showInspector()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DProfileTabsTest.java248 public RootInfo getCurrentRoot() { in getCurrentRoot() method in ProfileTabsTest.TestEnvironment
298 public RootInfo getCurrentRoot() { in getCurrentRoot() method in ProfileTabsTest.TestCommonAddons
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestActivity.java208 public final RootInfo getCurrentRoot() { in getCurrentRoot() method in TestActivity
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java282 RootInfo currentRoot = mActivity.getCurrentRoot(); in checkUriAndScheduleCheckIfNeeded()
298 RootInfo currentRoot = mActivity.getCurrentRoot(); in checkUriWithDelay()
1352 final RootInfo emptyDocRoot = mActivity.getCurrentRoot(); in getRootDocumentAndMaybeRefreshDocument()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DPickActivity.java334 final RootInfo root = getCurrentRoot(); in refreshDirectory()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DRootsFragment.java558 final RootInfo root = ((BaseActivity) getActivity()).getCurrentRoot(); in onCurrentRootChanged()