Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionHandler.java102 void loadCrossProfileRoot(RootInfo info, UserId selectedUser); in loadCrossProfileRoot() method
DBaseActivity.java316 mInjector.actions.loadCrossProfileRoot(getCurrentRoot(), userId); in onCreate()
DAbstractActionHandler.java727 public final void loadCrossProfileRoot(RootInfo info, UserId selectedUser) { in loadCrossProfileRoot() method in AbstractActionHandler