Searched defs:RootInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DRootInfo.java43 public class RootInfo implements Durable, Parcelable { class in inherits:Durable,Parcelable
62 public RootInfo() { method in class:RootInfo
128 public static final Creator<RootInfo> CREATOR = new Creator<RootInfo>() {
130 public RootInfo createFromParcel(Parcel in) {
131 final RootInfo root = new RootInfo();
137 public RootInfo[] newArray(int size) {
138 return new RootInfo[size];
142 public static RootInfo fromRootsCurso
[all...]
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java71 private static class RootInfo { class in class:ExternalStorageProvider
85 private ArrayList<RootInfo> mRoots;
87 private HashMap<String, RootInfo> mIdToRoot;
143 final RootInfo root = new RootInfo();
272 final RootInfo root = mIdToRoot.get(rootId);

Completed in 202 milliseconds