Searched refs:getCurrentRoot (Results 1 – 6 of 6) sorted by relevance
127 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
85 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
179 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()
160 final RootInfo root = ((BaseActivity) getActivity()).getCurrentRoot(); in onCurrentRootChanged()
261 final RootInfo root = getCurrentRoot(); in refreshDirectory()
1067 if (!canCopy(docs, activity.getCurrentRoot(), destination)) { in copyDocuments()