Searched refs:ROOT_ID_HOME (Results 1 – 3 of 3) sorted by relevance
33 public static final String ROOT_ID_HOME = "home"; field in Providers
55 HOME.rootId = Providers.ROOT_ID_HOME;
868 if (Providers.ROOT_ID_HOME.equals(DocumentsContract.getRootId(uri))) { in sanitizeRoot()