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.java451 * referenced by {@link Root#COLUMN_DOCUMENT_ID}, which can recursively
456 public final static class Root { class in class:DocumentsContract
457 private Root() { method in class:DocumentsContract.Root
734 * {@link Root}.
744 * Build URI representing the given {@link Root#COLUMN_ROOT_ID} in a
962 * Extract the {@link Root#COLUMN_ROOT_ID} from the given URI.
1357 * @param rootUri root with {@link Root#FLAG_SUPPORTS_EJECT} to be ejected

Completed in 89 milliseconds