Home
last modified time | relevance | path

Searched defs:rootInfo (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
H A DRootInfoTest.java33 RootInfo rootInfo = new RootInfo(); in testEquals_sameUser() local
48 RootInfo rootInfo = new RootInfo(); in testNotEquals_differentUser() local
63 RootInfo rootInfo = new RootInfo(); in testCopyInfo_equal() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DGlobalSearchLoader.java106 protected Uri getQueryUri(RootInfo rootInfo) { in getQueryUri()
114 protected RootCursorWrapper generateResultCursor(RootInfo rootInfo, Cursor oriCursor) { in generateResultCursor()
H A DRecentsLoader.java97 protected Uri getQueryUri(RootInfo rootInfo) { in getQueryUri()
102 protected RootCursorWrapper generateResultCursor(RootInfo rootInfo, Cursor oriCursor) { in generateResultCursor()
H A DMultiRootDocumentsLoader.java405 protected abstract Uri getQueryUri(RootInfo rootInfo); in getQueryUri()
407 protected abstract RootCursorWrapper generateResultCursor(RootInfo rootInfo, in generateResultCursor()
423 final RootInfo rootInfo = rootInfos.get(i); in runInternal() local
H A DAbstractActionHandler.java741 LoadCrossProfileRootCallback(RootInfo rootInfo, UserId selectedUser) { in LoadCrossProfileRootCallback()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DGetRootDocumentTask.java45 RootInfo rootInfo, in GetRootDocumentTask()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DStubProvider.java135 final RootInfo rootInfo = new RootInfo(file, getSize(rootId)); in clearCacheAndBuildRoots() local
824 public final RootInfo rootInfo; field in StubProvider.StubDocument
837 private StubDocument(File file, RootInfo rootInfo) { in StubDocument()
847 public static StubDocument createRootDocument(File file, RootInfo rootInfo) { in createRootDocument()
H A DDocumentsProviderHelper.java367 RootInfo rootInfo = RootInfo.fromRootsCursor(mUserId, mAuthority, cursor); in getRootList() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityNodeProvider.java202 final AccessibilityNodeInfoCompat rootInfo = in createAccessibilityNodeInfo() local
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DFileCopyUiTest.java401 private void assertFilesCopied(String rootLabel, RootInfo rootInfo, in assertFilesCopied()
/aosp12/frameworks/base/core/java/com/android/internal/view/menu/
H A DCascadingMenuPopup.java665 final CascadingMenuInfo rootInfo = mShowingMenus.get(0); in onCloseMenu() local
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java304 RootInfo rootInfo = getRootFromDocId(docId); in shouldBlockFromTree() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java1559 ViewInfo rootInfo = res.getRootViews().get(0); in testTranslation() local