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

/frameworks/base/tools/preload/
H A DRoot.java36 * Root of our data model.
38 public class Root implements Serializable { class in inherits:Serializable
149 * Reads Root from a file.
151 static Root fromFile(String fileName)
157 Root root = (Root) oin.readObject();
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java467 * referenced by {@link Root#COLUMN_DOCUMENT_ID}, which can recursively
472 public final static class Root { class in class:DocumentsContract
473 private Root() { method in class:DocumentsContract.Root
752 * {@link Root}.
762 * Build URI representing the given {@link Root#COLUMN_ROOT_ID} in a
980 * Extract the {@link Root#COLUMN_ROOT_ID} from the given URI.
1375 * @param rootUri root with {@link Root#FLAG_SUPPORTS_EJECT} to be ejected

Completed in 64 milliseconds