Home
last modified time | relevance | path

Searched defs:RootInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DRootInfo.java54 public class RootInfo implements Durable, Parcelable, Comparable<RootInfo> { class
111 public RootInfo() { in RootInfo() method in RootInfo
/aosp12/art/runtime/
H A Dindirect_reference_table.h39 class RootInfo; variable
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.h33 class RootInfo; variable
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DStubProvider.java787 final static class RootInfo { class in StubProvider
797 RootInfo(File file, long capacity) { in RootInfo() method in StubProvider.RootInfo
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java89 private static class RootInfo { class in ExternalStorageProvider